summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeroot.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-01-29 00:20:54 +0100
committerEike Rathke <erack@redhat.com>2013-01-29 00:24:19 +0100
commit53e28cba18bfc1210f119c899e7559e70de360ac (patch)
tree83f5afdfffc59af38111c420bf5b410b52a84fbf /sc/source/filter/excel/xeroot.cxx
parentcea879072c2193cb5b3ede318fa3573df4926ae5 (diff)
osl ensure on the correct member ...
Change-Id: Ic41f95431203409b8412733870a4d8ec0fc93192
Diffstat (limited to 'sc/source/filter/excel/xeroot.cxx')
-rw-r--r--sc/source/filter/excel/xeroot.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xeroot.cxx b/sc/source/filter/excel/xeroot.cxx
index 785a62079064..6016d7dec00b 100644
--- a/sc/source/filter/excel/xeroot.cxx
+++ b/sc/source/filter/excel/xeroot.cxx
@@ -169,7 +169,7 @@ XclExpPivotTableManager& XclExpRoot::GetPivotTableManager() const
ScCompiler::OpCodeMapPtr XclExpRoot::GetOpCodeMap() const
{
- OSL_ENSURE( mrExpData.mxPTableMgr, "XclExpRoot::GetOpCodeMap - missing object (wrong BIFF?)" );
+ OSL_ENSURE( mrExpData.mxOpCodeMap, "XclExpRoot::GetOpCodeMap - missing object (wrong BIFF?)" );
return mrExpData.mxOpCodeMap;
}