summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-11-30 12:56:29 +0000
committerMalte Timmermann <mt@openoffice.org>2001-11-30 12:56:29 +0000
commit92b835b933cc1d0f64b534799553c97a0d9e380a (patch)
treef23a1184f0abc46cc07e6f586820a58b828904ae /toolkit/inc/toolkit/controls
parent7be5f066a19171972c398e83672674527ec70d7d (diff)
#95241# ImplSetPeerProperty: Enable/Disable all children too
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrols.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrols.hxx b/toolkit/inc/toolkit/controls/unocontrols.hxx
index bca38b49ef36..45eb9f8ac26c 100644
--- a/toolkit/inc/toolkit/controls/unocontrols.hxx
+++ b/toolkit/inc/toolkit/controls/unocontrols.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrols.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: mt $ $Date: 2001-10-11 15:21:14 $
+ * last change: $Author: mt $ $Date: 2001-11-30 13:55:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -247,6 +247,7 @@ protected:
void ImplInsertControl( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& rxModel, const ::rtl::OUString& rName );
void ImplRemoveControl( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& rxModel );
void ImplSetPosSize( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& rxCtrl );
+ void ImplSetPeerProperty( const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rVal );
public: