diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:25:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:25:17 +0000 |
commit | 4eef63c58875d429e914eee279dd71663bd936ba (patch) | |
tree | 3214c2624c7a3f229f30e80320cac4a547adb9d2 /linguistic | |
parent | 2e34d3c0d7bdb6605b2bc33342e8d8915e77eb92 (diff) |
INTEGRATION: CWS tl32 (1.6.56); FILE MERGED
2006/11/02 15:42:37 tl 1.6.56.1: #140479# warning-free code for unxsols4(.pro)
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/spelldsp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/spelldsp.hxx b/linguistic/source/spelldsp.hxx index ad9c47da5dfc..92de49e833ea 100644 --- a/linguistic/source/spelldsp.hxx +++ b/linguistic/source/spelldsp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: spelldsp.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:55:12 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:25:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,7 @@ public: void SetDoWarnAgain(BOOL bVal) { aFlags.bDoWarnAgain = 0 != bVal; } }; -DECLARE_TABLE( SpellSvcList, SeqLangSvcEntry_Spell * ); +DECLARE_TABLE( SpellSvcList, SeqLangSvcEntry_Spell * ) class SpellCheckerDispatcher : |