Kaydet (Commit) d767f7b5 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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)
üst 00d6b04e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: unodialog.hxx,v $ * $RCSfile: unodialog.hxx,v $
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -119,9 +119,9 @@ public : ...@@ -119,9 +119,9 @@ public :
void setControlProperty( const rtl::OUString& rControlName, const rtl::OUString& rPropertyName, const com::sun::star::uno::Any& rPropertyValue ); 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 ); 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; void showMessageBox( const rtl::OUString& rTitle, const rtl::OUString& rMessage, sal_Bool bErrorBox ) const;
#endif
void enableControl( const rtl::OUString& rControlName ); void enableControl( const rtl::OUString& rControlName );
void disableControl( const rtl::OUString& rControlName ); void disableControl( const rtl::OUString& rControlName );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment