summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-02-12 14:53:11 +0000
committerMalte Timmermann <mt@openoffice.org>2001-02-12 14:53:11 +0000
commitded7cc6308e22ae90f118b59e84ae037f8fb4c90 (patch)
tree6910340d31732195e9eb1b36b90dbde780680860 /toolkit/inc/toolkit/controls
parentfa1841831a857478e00e2ff4ca747c6040924105 (diff)
UnoDialog: Recursivley set design mode
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 3eda57e2e1ce..dfffd22dd23e 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mt $ $Date: 2001-01-25 16:15:57 $
+ * last change: $Author: mt $ $Date: 2001-02-12 15:53:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -260,6 +260,7 @@ public:
// ::com::sun::star::awt::XControl
sal_Bool SAL_CALL setModel( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& Model ) throw(::com::sun::star::uno::RuntimeException);
+ void SAL_CALL setDesignMode( sal_Bool bOn ) throw(::com::sun::star::uno::RuntimeException);
// ::com::sun::star::lang::XServiceInfo
DECLIMPL_SERVICEINFO( UnoDialogControl, ::rtl::OUString::createFromAscii( szServiceName2_UnoControlDialog ) )