summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 0fef008448d5..ca8591990e4d 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -537,11 +537,8 @@ class ScGlobal
public:
static SvtSysLocale* pSysLocale;
- // for faster access a pointer to the single instance provided by SvtSysLocale
- SC_DLLPUBLIC static const CharClass* pCharClass;
- // for faster access a pointer to the single instance provided by SvtSysLocale
- SC_DLLPUBLIC static const LocaleDataWrapper* pLocaleData;
- SC_DLLPUBLIC static const LocaleDataWrapper* GetpLocaleData();
+ SC_DLLPUBLIC static const LocaleDataWrapper* getLocaleDataPtr();
+ SC_DLLPUBLIC static const CharClass* getCharClassPtr();
static CalendarWrapper* GetCalendar();
SC_DLLPUBLIC static CollatorWrapper* GetCollator();