summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeroot.cxx
diff options
context:
space:
mode:
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 7e650c6a986e..a1b4d05fbc70 100644
--- a/sc/source/filter/excel/xeroot.cxx
+++ b/sc/source/filter/excel/xeroot.cxx
@@ -247,7 +247,7 @@ void XclExpRoot::InitializeGlobals()
ScCompiler aCompiler( &rDoc, ScAddress());
aCompiler.SetGrammar( rDoc.GetGrammar());
mrExpData.mxOpCodeMap = aCompiler.CreateOpCodeMap( aOpCodeMapping, true);
- } while(0);
+ } while(false);
}
GetXFBuffer().Initialize();