diff options
Diffstat (limited to 'svx/source/dialog/thesdlg.cxx')
-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: |