diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-06-09 14:26:45 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-06-09 14:26:45 +0000 |
commit | 00d6b04e6ba8a102a25f7b7222de85d3fd3b74c9 (patch) | |
tree | 7831457d17d0cdaaab7d167dd09d04f01b9b27c7 /sdext | |
parent | ceb0ceb8a7a3cf3e529b947d49338c1e65fa252e (diff) |
INTEGRATION: CWS impress141 (1.4.36); FILE MERGED
2008/04/21 09:56:15 cl 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED
2008/04/16 09:16:30 sj 1.4.36.1: #i86326# added patch (removed unused methods)
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/unodialog.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sdext/source/minimizer/unodialog.cxx b/sdext/source/minimizer/unodialog.cxx index cf23132115e7..1f2701770fa3 100644 --- a/sdext/source/minimizer/unodialog.cxx +++ b/sdext/source/minimizer/unodialog.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unodialog.cxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -343,7 +343,7 @@ void UnoDialog::setControlProperty( const OUString& rControlName, const OUString } // ----------------------------------------------------------------------------- - +#if 0 void UnoDialog::showMessageBox( const OUString& rTitle, const OUString& rMessage, sal_Bool bErrorBox ) const { try @@ -389,6 +389,8 @@ finally{ */ } +#endif + // ----------------------------------------------------------------------------- sal_Int32 UnoDialog::getMapsFromPixels( sal_Int32 nPixels ) const |