diff options
author | Eike Rathke <er@openoffice.org> | 2001-05-13 02:33:31 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-05-13 02:33:31 +0000 |
commit | 7d689270da35899be642b7023c837012a0ce8fb9 (patch) | |
tree | 47b2e7c97f989d2b4d16296389cfa4dfb3ddee0d /sc/inc/global.hxx | |
parent | 4c658567cf649191a90ca628537228475b2a4450 (diff) |
replaced International with IntlWrapper
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 1dda1f2fc30e..0f110dd8d04d 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -2,9 +2,9 @@ * * $RCSfile: global.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: nn $ $Date: 2001-03-23 09:46:46 $ + * last change: $Author: er $ $Date: 2001-05-13 03:21:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -515,6 +515,7 @@ class CharClass; class LocaleDataWrapper; class CalendarWrapper; class CollatorWrapper; +class IntlWrapper; namespace com { namespace sun { namespace star { namespace lang { struct Locale; @@ -548,13 +549,13 @@ class ScGlobal static ScUnitConverter* pUnitConverter; public: - static International* pScInternational; static ::com::sun::star::lang::Locale* pLocale; static CharClass* pCharClass; static LocaleDataWrapper* pLocaleData; static CalendarWrapper* pCalendar; static CollatorWrapper* pCollator; static CollatorWrapper* pCaseCollator; + static IntlWrapper* pScIntlWrapper; static LanguageType eLnge; static sal_Unicode cListDelimiter; static const String& GetClipDocName(); |