diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:38:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:38:36 +0000 |
commit | ce440983fb610a0ddd9a16d14914a94f03c6b3a3 (patch) | |
tree | ac75f4241453357ad3cefad3681dd84a9de7fb05 /svx | |
parent | 3b825f32ee979956df363bcec755c0e8d6da5fbf (diff) |
INTEGRATION: CWS supdremove (1.18.90); FILE MERGED
2007/11/16 10:23:11 vg 1.18.90.1: #i83674# cleanup: remove obsolete SUPD macro use
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/thesdlg.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/svx/source/dialog/thesdlg.cxx b/svx/source/dialog/thesdlg.cxx index 2660bc67ab88..70f394f2b814 100644 --- a/svx/source/dialog/thesdlg.cxx +++ b/svx/source/dialog/thesdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: thesdlg.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: kz $ $Date: 2007-09-05 17:45:10 $ + * last change: $Author: obo $ $Date: 2008-01-07 08:38:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -152,11 +152,6 @@ private: CancelButton aCancelBtn; HelpButton aHelpBtn; -#if SUPD <= 626 - Reference< XThesaurus > xThesaurus; - uno::Sequence< lang::Locale > aSuppLang; // supported languages -#endif - DECL_LINK( DoubleClickHdl_Impl, ListBox * ); public: |