summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrolcontainer.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-03-27 13:59:25 +0000
committerMalte Timmermann <mt@openoffice.org>2001-03-27 13:59:25 +0000
commitbe6a586000d3d8ddbfcbf00743a370aab8d1b950 (patch)
tree2fc9ab2fdc0650aaee7e4d25d1ce4ad9102105e7 /toolkit/source/controls/unocontrolcontainer.cxx
parent910d4d3e43b951b2033358e237f2c4a7248e33f6 (diff)
GetTypes...
Diffstat (limited to 'toolkit/source/controls/unocontrolcontainer.cxx')
-rw-r--r--toolkit/source/controls/unocontrolcontainer.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx
index 8028f7e56049..654c969e3417 100644
--- a/toolkit/source/controls/unocontrolcontainer.cxx
+++ b/toolkit/source/controls/unocontrolcontainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrolcontainer.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ab $ $Date: 2001-03-12 12:23:18 $
+ * last change: $Author: mt $ $Date: 2001-03-27 14:59:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -234,9 +234,9 @@ void UnoControlContainer::ImplActivateTabControllers()
// ::com::sun::star::lang::XTypeProvider
IMPL_XTYPEPROVIDER_START( UnoControlContainer )
- getCppuType( ( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>* ) NULL ),
- getCppuType( ( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>* ) NULL ),
- getCppuType( ( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XView>* ) NULL ),
+ getCppuType( ( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XUnoControlContainer>* ) NULL ),
+ getCppuType( ( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer>* ) NULL ),
+ getCppuType( ( ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainer>* ) NULL ),
UnoControlBase::getTypes()
IMPL_XTYPEPROVIDER_END