summaryrefslogtreecommitdiff
path: root/include/formula/errorcodes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/errorcodes.hxx')
-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;