diff options
author | Eike Rathke <er@openoffice.org> | 2001-07-02 08:54:16 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-07-02 08:54:16 +0000 |
commit | 202700eaa670f41aaf78b1107d3d819b8e7603cf (patch) | |
tree | b349a456d27b7f8044d621483b9675264ba141b9 /sc/inc/global.hxx | |
parent | b0ad5ad0bb8ebe9fc6409c4c3955532e94b23f82 (diff) |
use SvtSysLocale LocaleDataWrapper
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 0f110dd8d04d..3a7a76b6320f 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -2,9 +2,9 @@ * * $RCSfile: global.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: er $ $Date: 2001-05-13 03:21:28 $ + * last change: $Author: er $ $Date: 2001-07-02 09:53:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -512,7 +512,7 @@ class SvNumberFormatter; class ScUnitConverter; class International; class CharClass; -class LocaleDataWrapper; +class SvtSysLocale; class CalendarWrapper; class CollatorWrapper; class IntlWrapper; @@ -551,7 +551,7 @@ class ScGlobal public: static ::com::sun::star::lang::Locale* pLocale; static CharClass* pCharClass; - static LocaleDataWrapper* pLocaleData; + static SvtSysLocale* pSysLocale; static CalendarWrapper* pCalendar; static CollatorWrapper* pCollator; static CollatorWrapper* pCaseCollator; |