summaryrefslogtreecommitdiff
path: root/formula/inc/formula/errorcodes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/inc/formula/errorcodes.hxx')
-rw-r--r--formula/inc/formula/errorcodes.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/formula/inc/formula/errorcodes.hxx b/formula/inc/formula/errorcodes.hxx
index 71fb5fcd144d..54fd243dba9e 100644
--- a/formula/inc/formula/errorcodes.hxx
+++ b/formula/inc/formula/errorcodes.hxx
@@ -65,7 +65,7 @@ const USHORT errInterpOverflow = 527;
// Not displayed, temporary for TrackFormulas,
// Cell depends on another cell that has errCircularReference
const USHORT errTrackFromCircRef = 528;
-// ScInterpreter internal: no numeric value but numeric queried. If this is
+// ScInterpreter internal: no numeric value but numeric queried. If this is
// set as mnStringNoValueError no error is generated but 0 returned.
const USHORT errCellNoValue = 529;
// Interpreter: needed AddIn not found
@@ -76,9 +76,9 @@ const USHORT errNoMacro = 531;
const USHORT errDivisionByZero = 532; // #DIV/0!
// Compiler: a non-simple (str,err,val) value was put in an array
const USHORT errNestedArray = 533;
-// ScInterpreter internal: no numeric value but numeric queried. If this is
-// temporarily (!) set as mnStringNoValueError, the error is generated and can
-// be used to distinguish that condition from all other (inherited) errors. Do
+// ScInterpreter internal: no numeric value but numeric queried. If this is
+// temporarily (!) set as mnStringNoValueError, the error is generated and can
+// be used to distinguish that condition from all other (inherited) errors. Do
// not use for anything else! Never push or inherit the error otherwise!
const USHORT errNotNumericString = 534;