diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:04:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:04:01 +0000 |
commit | 4982a0086eabd5cd3c3a1faf959b36a67d5d353a (patch) | |
tree | 29e99579a8e5282811767280977f65831941767c /svx/source/inc/SpellDialog.hxx | |
parent | c774c737e63cfcf62ef08f8918b1653785c5fac1 (diff) |
INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED
2006/04/26 08:09:48 os 1.4.222.1: warnings removed
Diffstat (limited to 'svx/source/inc/SpellDialog.hxx')
-rw-r--r-- | svx/source/inc/SpellDialog.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/inc/SpellDialog.hxx b/svx/source/inc/SpellDialog.hxx index 21f59b4e5a8b..9418cf652abe 100644 --- a/svx/source/inc/SpellDialog.hxx +++ b/svx/source/inc/SpellDialog.hxx @@ -4,9 +4,9 @@ * * $RCSfile: SpellDialog.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:10:28 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:04:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -214,7 +214,6 @@ private: SpellDialog_Impl* pImpl; ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSpellChecker1 > xSpell; - String aOldWord; LanguageType nOldLang; DECL_LINK( ChangeHdl, Button * ); |