diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:02:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:02:41 +0000 |
commit | 39c5a348ca71321364baa1814ae23c82f677fa81 (patch) | |
tree | 58024e8d0325af7b4a3818e4d061317b8c266a2f | |
parent | ffc24bf9f25c422553d9f0bf6bdddcf7b2365493 (diff) |
INTEGRATION: CWS internatiodel (1.71.94); FILE MERGED
2006/02/10 22:00:43 er 1.71.94.3: RESYNC: (1.75-1.77); FILE MERGED
2006/01/19 22:36:30 er 1.71.94.2: RESYNC: (1.71-1.75); FILE MERGED
2005/06/24 13:09:20 er 1.71.94.1: #i50205# get rid of class International
-rw-r--r-- | svx/source/editeng/impedit.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/svx/source/editeng/impedit.hxx b/svx/source/editeng/impedit.hxx index 5f59688684b0..b5a2e62f30b8 100644 --- a/svx/source/editeng/impedit.hxx +++ b/svx/source/editeng/impedit.hxx @@ -4,9 +4,9 @@ * * $RCSfile: impedit.hxx,v $ * - * $Revision: 1.78 $ + * $Revision: 1.79 $ * - * last change: $Author: vg $ $Date: 2006-03-14 09:40:16 $ + * last change: $Author: vg $ $Date: 2006-04-07 14:02:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,6 +57,10 @@ #include <vcl/dndhelp.hxx> +#ifndef INCLUDED_SVTOOLS_ONDEMAND_HXX +#include <svtools/ondemand.hxx> +#endif + #ifndef _COM_SUN_STAR_LINGUISTIC2_XSPELLALTERNATIVES_HPP_ #include <com/sun/star/linguistic2/XSpellAlternatives.hpp> #endif @@ -513,6 +517,9 @@ private: LanguageType eDefLanguage; + OnDemandLocaleDataWrapper xLocaleDataWrapper; + OnDemandTransliterationWrapper xTransliterationWrapper; + sal_Bool bIsFormatting; sal_Bool bFormatted; sal_Bool bInSelection; |