summaryrefslogtreecommitdiff
path: root/sc/inc/scerrors.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-10-08 07:09:50 +0000
committerSascha Ballach <sab@openoffice.org>2001-10-08 07:09:50 +0000
commit237c61e9a8b46496b07cbf475d7c62617542ed4e (patch)
treec71725eeffb0d51d1b3a3b0c11ad17576b0151cf /sc/inc/scerrors.hxx
parente6d51f3c134d830aa58d428eae3fe52b087e7cc0 (diff)
#90836#; better Errorhandling on loading of xml files
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 bc99e3dbcfe2..c23544128857 100644
--- a/sc/inc/scerrors.hxx
+++ b/sc/inc/scerrors.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scerrors.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2001-07-20 18:47:36 $
+ * last change: $Author: sab $ $Date: 2001-10-08 08:03:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,9 @@
#define SCWARN_IMPORT_OPEN_FM3 ( 13 | ERRCODE_CLASS_READ | ERRCODE_WARNING_MASK | ERRCODE_AREA_SC )
#define SCWARN_IMPORT_WRONG_FM3 ( 14 | ERRCODE_CLASS_READ | ERRCODE_WARNING_MASK | ERRCODE_AREA_SC )
#define SCWARN_IMPORT_INFOLOST ( 15 | ERRCODE_CLASS_READ | ERRCODE_WARNING_MASK | ERRCODE_AREA_SC )
+#define SCERR_IMPORT_FILE_ROWCOL ( 16 | ERRCODE_CLASS_READ | ERRCODE_AREA_SC )
+#define SCERR_IMPORT_FORMAT_ROWCOL ( 17 | ERRCODE_CLASS_READ | ERRCODE_AREA_SC )
+#define SCWARN_IMPORT_FILE_ROWCOL ( 18 | ERRCODE_CLASS_READ | ERRCODE_WARNING_MASK | ERRCODE_AREA_SC )
// ERRCODE_CLASS_WRITE - file related, displays "Write-Error" in MsgBox
#define SCERR_EXPORT_CONNECT ( 1 | ERRCODE_CLASS_WRITE | ERRCODE_AREA_SC )