summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/table2.cxx')
-rw-r--r--sc/source/core/data/table2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index cb0aabf72628..d27afaf4fd63 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -3861,7 +3861,7 @@ bool ScTable::RefVisible(const ScFormulaCell* pCell)
void ScTable::GetUpperCellString(SCCOL nCol, SCROW nRow, OUString& rStr)
{
GetInputString(nCol, nRow, rStr);
- rStr = ScGlobal::pCharClass->uppercase(rStr.trim());
+ rStr = ScGlobal::getCharClassPtr()->uppercase(rStr.trim());
}
// Calculate the size of the sheet and set the size on DrawPage