summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-09-30 02:15:07 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-09-30 02:15:07 -0400
commit38eeeaf03dd658de976aeb728a42abfc8ed3476b (patch)
treeab3c2bbd2689b5bebcae0f81362c2224294680ed /sc/source/core/tool/doubleref.cxx
parentc363eab53e44378091b4bb7ab653d1eb074d0094 (diff)
fixed build breakage in sc.
Diffstat (limited to 'sc/source/core/tool/doubleref.cxx')
-rw-r--r--sc/source/core/tool/doubleref.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/doubleref.cxx b/sc/source/core/tool/doubleref.cxx
index e2fc1c18893d..ed0c0bce8926 100644
--- a/sc/source/core/tool/doubleref.cxx
+++ b/sc/source/core/tool/doubleref.cxx
@@ -434,7 +434,7 @@ SCCOL ScDBInternalRange::findFieldColumn(const OUString& rStr, sal_uInt16* pErr)
if (pErr)
*pErr = nErr;
lcl_toUpper(aCellStr);
- bFound = ScGlobal::pTransliteration->isEqual(aCellStr, aUpper);
+ bFound = ScGlobal::GetpTransliteration()->isEqual(aCellStr, aUpper);
if (!bFound)
aLook.IncCol();
}