summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/doubleref.cxx')
-rw-r--r--sc/source/core/tool/doubleref.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/doubleref.cxx b/sc/source/core/tool/doubleref.cxx
index 2a2316a0c173..267f762dd311 100644
--- a/sc/source/core/tool/doubleref.cxx
+++ b/sc/source/core/tool/doubleref.cxx
@@ -42,7 +42,7 @@ namespace {
void lcl_uppercase(OUString& rStr)
{
- rStr = ScGlobal::pCharClass->uppercase(rStr.trim());
+ rStr = ScGlobal::getCharClassPtr()->uppercase(rStr.trim());
}
bool lcl_createStarQuery(
@@ -190,7 +190,7 @@ bool lcl_createExcelQuery(
while (nCol < nCols)
{
aCellStr = pQueryRef->getString(nCol, nRow);
- aCellStr = ScGlobal::pCharClass->uppercase( aCellStr );
+ aCellStr = ScGlobal::getCharClassPtr()->uppercase( aCellStr );
if (!aCellStr.isEmpty())
{
if (nIndex < nNewEntries)