[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 28 15:24:39 PST 2013


 sc/source/filter/excel/xeroot.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53e28cba18bfc1210f119c899e7559e70de360ac
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Jan 29 00:20:54 2013 +0100

    osl ensure on the correct member ...
    
    Change-Id: Ic41f95431203409b8412733870a4d8ec0fc93192

diff --git a/sc/source/filter/excel/xeroot.cxx b/sc/source/filter/excel/xeroot.cxx
index 785a620..6016d7d 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;
 }
 


More information about the Libreoffice-commits mailing list