summaryrefslogtreecommitdiff
path: root/sdext/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-06-09 14:26:58 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-06-09 14:26:58 +0000
commitd767f7b563a5a8282325ff88fc17213a9f6a923e (patch)
tree6b97ea096c3df3ee7232e0ecddd3213b80e725dd /sdext/source
parent00d6b04e6ba8a102a25f7b7222de85d3fd3b74c9 (diff)
INTEGRATION: CWS impress141 (1.2.38); FILE MERGED
2008/04/21 09:56:10 cl 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 09:16:30 sj 1.2.38.1: #i86326# added patch (removed unused methods)
Diffstat (limited to 'sdext/source')
-rw-r--r--sdext/source/minimizer/unodialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/minimizer/unodialog.hxx b/sdext/source/minimizer/unodialog.hxx
index a1e94a19d615..83ecde2180b7 100644
--- a/sdext/source/minimizer/unodialog.hxx
+++ b/sdext/source/minimizer/unodialog.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unodialog.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -119,9 +119,9 @@ public :
void setControlProperty( const rtl::OUString& rControlName, const rtl::OUString& rPropertyName, const com::sun::star::uno::Any& rPropertyValue );
com::sun::star::uno::Any getControlProperty( const rtl::OUString& rControlName, const rtl::OUString& rPropertyName );
-
+#if 0
void showMessageBox( const rtl::OUString& rTitle, const rtl::OUString& rMessage, sal_Bool bErrorBox ) const;
-
+#endif
void enableControl( const rtl::OUString& rControlName );
void disableControl( const rtl::OUString& rControlName );