diff options
author | Eike Rathke <er@openoffice.org> | 2001-07-05 14:05:00 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-07-05 14:05:00 +0000 |
commit | 969c7bc614e78dc2d7b93307625ac5cc22b5831a (patch) | |
tree | 57dd94daaf498678cfb8ccc5dcf94a772b34eeb3 /sc/inc/global.hxx | |
parent | 380a776fdefa4f40da39b62e98493797c9f7eea7 (diff) |
#89253# use SvtSysLocale CharClass
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 3a7a76b6320f..0da17b43ae67 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -2,9 +2,9 @@ * * $RCSfile: global.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: er $ $Date: 2001-07-02 09:53:19 $ + * last change: $Author: er $ $Date: 2001-07-05 15:05:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -550,8 +550,9 @@ class ScGlobal public: static ::com::sun::star::lang::Locale* pLocale; - static CharClass* pCharClass; static SvtSysLocale* pSysLocale; + // for faster access a pointer to the single instance provided by SvtSysLocale + static const CharClass* pCharClass; static CalendarWrapper* pCalendar; static CollatorWrapper* pCollator; static CollatorWrapper* pCaseCollator; |