summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/patch-i71760
blob: ddbb3c732062be921ccc877f730f37ab8a680e3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Index: toolkit/source/controls/unocontrolcontainer.cxx
===================================================================
RCS file: /cvs/gsl/toolkit/source/controls/unocontrolcontainer.cxx,v
retrieving revision 1.16
diff -u -r1.16 unocontrolcontainer.cxx
--- toolkit/source/controls/unocontrolcontainer.cxx	14 Nov 2006 12:28:48 -0000	1.16
+++ toolkit/source/controls/unocontrolcontainer.cxx	20 Nov 2006 05:23:48 -0000
@@ -185,13 +185,13 @@
         @throw uno::RuntimeException
             if no free identifier can be found
     */
-    ControlIdentifier UnoControlHolderList::impl_getFreeIdentifier_throw();
+    ControlIdentifier impl_getFreeIdentifier_throw();
 
     /** finds a free name
         @throw uno::RuntimeException
             if no free name can be found
     */
-    ::rtl::OUString UnoControlHolderList::impl_getFreeName_throw();
+    ::rtl::OUString impl_getFreeName_throw();
 };
 
 //------------------------------------------------------------------------