diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-04 15:06:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-04 15:06:02 +0000 |
commit | 63a59e26276fbbf01ea5870e744d0bcee8dd0dbd (patch) | |
tree | 3b9bf512cac8c0e143a30078e870c562a81f18ee | |
parent | 0bf67a7040b1ebae7b44f492dc5848a3c274eafb (diff) |
INTEGRATION: CWS tl15 (1.2.1048); FILE MERGED
2005/09/23 01:35:43 tl 1.2.1048.2: RESYNC: (1.2-1.3); FILE MERGED
2005/09/16 10:07:00 os 1.2.1048.1: #i53347# SvxAutoCorrect* mustn't be a member of a dialog page
-rw-r--r-- | svx/source/dialog/autocdlg.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/dialog/autocdlg.hxx b/svx/source/dialog/autocdlg.hxx index 9a45b224ba8b..20cbbf210e2a 100644 --- a/svx/source/dialog/autocdlg.hxx +++ b/svx/source/dialog/autocdlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: autocdlg.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:33:24 $ + * last change: $Author: kz $ $Date: 2005-11-04 16:06:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -263,7 +263,6 @@ private: String sModify; String sNew; - SvxAutoCorrect* pAutoCorrect; SvStringsISortDtor* pFormatText; DoubleStringTable aDoubleStringTable; CollatorWrapper* pCompareClass; @@ -323,8 +322,6 @@ private: PushButton aDelDoublePB; CheckBox aAutoCapsCB; - SvxAutoCorrect* pAutoCorrect; - StringsTable aStringsTable; CollatorWrapper* pCompareClass; LanguageType eLang; |