summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-03-07 19:19:07 +0100
committerEike Rathke <erack@redhat.com>2016-03-07 20:33:40 +0100
commit36483fde78b872a362b7f606d8e5371c231a2957 (patch)
tree26303cf0393de989935b3149930d725582411a12 /include/formula
parenta9b8fe5e967e9ec78c3c7793d8df60bfbf20d2b6 (diff)
introduce a dedicated errMatrixSize
... to distinguish from other errors, and really, errStackOverflow should mean exactly that. Change-Id: I3d2bfbd38b056c7d0a346797db560717312de069
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/errorcodes.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/formula/errorcodes.hxx b/include/formula/errorcodes.hxx
index e2279f3e163b..a85c68264bce 100644
--- a/include/formula/errorcodes.hxx
+++ b/include/formula/errorcodes.hxx
@@ -81,6 +81,8 @@ const sal_uInt16 errElementNaN = 536;
// ScInterpreter/ScFormulaCell internal: keep dirty, retry interpreting next
// round.
const sal_uInt16 errRetryCircular = 537;
+// If matrix could not be allocated.
+const sal_uInt16 errMatrixSize = 538;
// Interpreter: NA() not available condition, not a real error
const sal_uInt16 NOTAVAILABLE = 0x7fff;