summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrolcontainer.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-04 15:07:34 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-04 15:07:34 +0000
commit15af3aeceab7febfae4bafaa8ba59605b3c8985f (patch)
tree347bea5c2d99e190f887243da4fa4da7a88506a6 /toolkit/source/controls/unocontrolcontainer.cxx
parent24c84aaf9e8f431a04baa47a3106cac41c9d3fba (diff)
INTEGRATION: CWS jw3 (1.16.2); FILE MERGED
2006/11/21 07:13:56 sparcmoz 1.16.2.1: #i71760# remove extra qualification UnoControlHolderList
Diffstat (limited to 'toolkit/source/controls/unocontrolcontainer.cxx')
-rw-r--r--toolkit/source/controls/unocontrolcontainer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx
index 930cd715ed50..140f38cb956a 100644
--- a/toolkit/source/controls/unocontrolcontainer.cxx
+++ b/toolkit/source/controls/unocontrolcontainer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unocontrolcontainer.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: vg $ $Date: 2006-11-22 10:12:22 $
+ * last change: $Author: rt $ $Date: 2006-12-04 16:07:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -185,13 +185,13 @@ private:
@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();
};
//------------------------------------------------------------------------