summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-01-08 12:24:20 +0000
committerFrank Schönheit <fs@openoffice.org>2002-01-08 12:24:20 +0000
commit9e7714f0cfd760bbac69f97f48f5e6e95d1cdbf9 (patch)
tree40958902cd8bb460efbfc2e2d426e910edd258f9 /toolkit/inc/toolkit/controls
parent62e9cdc7a2ffb6ccce3d60b962ea5de8f68f7469 (diff)
#96008# +removingControl/addingControl
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrolcontainer.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx b/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
index 8b65885e8ecb..b93a31f103b2 100644
--- a/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
+++ b/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrolcontainer.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2001-09-28 09:52:24 $
+ * last change: $Author: fs $ $Date: 2002-01-08 13:24:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,6 +145,11 @@ public:
void SAL_CALL setVisible( sal_Bool Visible ) throw(::com::sun::star::uno::RuntimeException);
DECLIMPL_SERVICEINFO( UnoControlContainer, ::rtl::OUString::createFromAscii( szServiceName2_UnoControlContainer ) )
+
+
+protected:
+ virtual void removingControl( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxControl );
+ virtual void addingControl( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxControl );
};