summaryrefslogtreecommitdiff
path: root/sc/inc/scerrors.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-09-26 10:54:49 +0000
committerSascha Ballach <sab@openoffice.org>2002-09-26 10:54:49 +0000
commit43e21983324564a7db05f8c775f0be59a80f29a6 (patch)
tree47dcf96b2d543dd000760920ddb061a558bc9685 /sc/inc/scerrors.hxx
parent931a0b0a03a914f22142c54ef17e42cd56a1e2ce (diff)
#103706#; add warnings to inform the user about to many rows, columns or sheets in the xml import
Diffstat (limited to 'sc/inc/scerrors.hxx')
-rw-r--r--sc/inc/scerrors.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/scerrors.hxx b/sc/inc/scerrors.hxx
index c23544128857..f557d1db866f 100644
--- a/sc/inc/scerrors.hxx
+++ b/sc/inc/scerrors.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scerrors.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sab $ $Date: 2001-10-08 08:03:14 $
+ * last change: $Author: sab $ $Date: 2002-09-26 11:54:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,6 +92,9 @@
// ERRCODE_CLASS_IMPORT - does not display "Read-Error" in MsgBox
#define SCWARN_IMPORT_RANGE_OVERFLOW ( 1 | ERRCODE_CLASS_IMPORT | ERRCODE_WARNING_MASK | ERRCODE_AREA_SC )
+#define SCWARN_IMPORT_ROW_OVERFLOW ( 2 | ERRCODE_CLASS_IMPORT | ERRCODE_WARNING_MASK | ERRCODE_AREA_SC )
+#define SCWARN_IMPORT_COLUMN_OVERFLOW ( 3 | ERRCODE_CLASS_IMPORT | ERRCODE_WARNING_MASK | ERRCODE_AREA_SC )
+#define SCWARN_IMPORT_SHEET_OVERFLOW ( 4 | ERRCODE_CLASS_IMPORT | ERRCODE_WARNING_MASK | ERRCODE_AREA_SC )
// ERRCODE_CLASS_EXPORT - does not display "Write-Error" in MsgBox
#define SCWARN_EXPORT_NONCONVERTIBLE_CHARS ( 1 | ERRCODE_CLASS_EXPORT | ERRCODE_WARNING_MASK | ERRCODE_AREA_SC )