summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-09-14 14:21:40 +0000
committerKurt Zenker <kz@openoffice.org>2009-09-14 14:21:40 +0000
commit236fe0666bcb40990a3533ad2afa0a6bfbc9de67 (patch)
tree7e4c135a566319b070a4eb61e9cf786183a30d18 /sc
parent8fb4e719e4d0e90afdc3685edd4d9cf3a097cfa6 (diff)
#i10000# build break fixed
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 9c604d9a07e4..904c2625730c 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -5114,7 +5114,7 @@ void ScInterpreter::ScLookup()
if ( !rEntry.bQueryByString )
bFound = false;
else
- bFound = (ScGlobal::pCollator->compareString( aDataStr, *rEntry.pStr) <= 0);
+ bFound = (ScGlobal::GetCollator()->compareString( aDataStr, *rEntry.pStr) <= 0);
}
if (!bFound)