summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/compiler.cxx')
-rw-r--r--sc/source/core/tool/compiler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index ff1cbb1cdcac..62a37a7d2949 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -907,7 +907,7 @@ struct ConventionOOO_A1 : public Convention_A1
rBuffer.append( '.'); // need at least the sheet separator in ODF
makeExternalSingleRefStr(
rBuffer, rFileName, aLastTabName, rRef.Ref2, rPos, bDisplayTabName, bEncodeUrl);
- } while (0);
+ } while (false);
if (bODF)
rBuffer.append( ']');
@@ -2701,7 +2701,7 @@ bool ScCompiler::IsReference( const OUString& rName )
// If sheet "1" exists and the expression is 1.E+2 continue as
// usual, the ScRange/ScAddress parser will take care of it.
}
- } while(0);
+ } while(false);
}
if (IsSingleReference( rName))