summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-12-06 15:00:55 +0000
committerMalte Timmermann <mt@openoffice.org>2001-12-06 15:00:55 +0000
commit53dcfa2287469f8fe877c3f633d00033c6bf6b0c (patch)
treea6d3690b86054301c7e9feb5771614896affb09b /toolkit/inc/toolkit/controls
parent611b519ff95581f14f23ad16cd45f3fcdd11a461 (diff)
#95662# BASEPROPERTY_ENABLE: Don't enable with children
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrols.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrols.hxx b/toolkit/inc/toolkit/controls/unocontrols.hxx
index 45eb9f8ac26c..bbffb6ade909 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.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: mt $ $Date: 2001-11-30 13:55:23 $
+ * last change: $Author: mt $ $Date: 2001-12-06 16:00:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -247,7 +247,6 @@ 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: