summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-13 08:05:00 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-13 08:05:00 +0000
commit8516d49ece4d696b9846b028e89893f9f5b30505 (patch)
treefd7c6bc026ccc2d1bd74776cf48573855dd2105a
parent2ac7ed415b7f047373f6a5250af2b4be1654d33e (diff)
INTEGRATION: CWS jgarrays (1.3.420); FILE MERGED
2007/04/26 12:25:58 jodygoldberg 1.3.420.1: Issue number: 32342 Submitted by: jodygoldberg Reviewed by: er,dr Some small updates to the patch in issuezilla, resynced to m210. It still needs the small re-factoring er suggested re: ScCompiler::AppendString
-rw-r--r--sc/inc/errorcodes.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/errorcodes.hxx b/sc/inc/errorcodes.hxx
index 05c8d8e8f..9c7cfd437 100644
--- a/sc/inc/errorcodes.hxx
+++ b/sc/inc/errorcodes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: errorcodes.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:39:17 $
+ * last change: $Author: obo $ $Date: 2007-06-13 09:05:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,6 +82,8 @@ const USHORT errCellNoValue = 529;
const USHORT errNoAddin = 530;
// Interpreter: needed Macro not found
const USHORT errNoMacro = 531;
+// Compiler: a non-simple (str,err,val) value was put in an array
+const USHORT errNestedArray = 533;
// Interpreter: NA() not available condition, not a real error
const USHORT NOVALUE = 0x7fff;