diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/global.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index f1e1ccf6e3f3..4f55f36a2c7a 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -1015,7 +1015,7 @@ const CharClass* ScGlobal::getCharClassPtr() xSysLocale, "ScGlobal::getCharClassPtr() called before ScGlobal::Init()"); - return xSysLocale->GetCharClassPtr(); + return &xSysLocale->GetCharClass(); } CalendarWrapper* ScGlobal::GetCalendar() |