summaryrefslogtreecommitdiff
path: root/sw/inc/swerror.h
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-05-07 05:03:01 +0000
committerMichael Brauer <mib@openoffice.org>2001-05-07 05:03:01 +0000
commite1fad8fab62551f1516ab8ce66f8d8002cf16fd3 (patch)
tree3b79043863332c65859ed00bdf2a28dca3f96861 /sw/inc/swerror.h
parent2583f1ae921c442d88fba83f168305a352fd8a69 (diff)
improved error messages for XML filter
Diffstat (limited to 'sw/inc/swerror.h')
-rw-r--r--sw/inc/swerror.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/swerror.h b/sw/inc/swerror.h
index 3665609242fc..fbc872cb1489 100644
--- a/sw/inc/swerror.h
+++ b/sw/inc/swerror.h
@@ -2,9 +2,9 @@
*
* $RCSfile: swerror.h,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $
+ * last change: $Author: mib $ $Date: 2001-05-07 05:57:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,12 +95,15 @@
#define ERR_SWG_NEW_VERSION (ERROR_SW_READ_BASE | 13)
#define ERR_WW8_NO_WW8_FILE_ERR (ERROR_SW_READ_BASE | 14)
+#define ERR_FORMAT_FILE_ROWCOL (ERROR_SW_READ_BASE | 15)
+
// Export Fehler
#define ERR_SWG_WRITE_ERROR (ERROR_SW_WRITE_BASE | 30 )
#define ERR_SWG_OLD_GLOSSARY (ERROR_SW_WRITE_BASE | 31 )
#define ERR_SWG_CANNOT_WRITE (ERROR_SW_WRITE_BASE | 32 )
#define ERR_W4W_READ_TMP_ERROR (ERROR_SW_WRITE_BASE | 33 )
#define ERR_SWG_LARGE_DOC_ERROR (ERROR_SW_WRITE_BASE | 34 )
+#define ERR_WRITE_ERROR_FILE (ERROR_SW_WRITE_BASE | 35 )
// Import/Export Fehler
#define ERR_SWG_INTERNAL_ERROR (ERROR_SW_BASE | 50 )
@@ -123,6 +126,7 @@
// Import - Warnings
#define WARN_SWG_NO_DRAWINGS (WARN_SW_READ_BASE | 70 )
#define WARN_WW6_FASTSAVE_ERR (WARN_SW_READ_BASE | 71 )
+// continued below
// Import & Export - Warnings
#define WARN_SWG_FEATURES_LOST (WARN_SW_BASE | 72 )
@@ -131,6 +135,10 @@
// Export warnings
#define WARN_SWG_HTML_NO_MACROS (WARN_SW_WRITE_BASE |75)
+#define WARN_WRITE_ERROR_FILE (WARN_SW_WRITE_BASE |76)
+
+// More Import - Warnings
+#define WARN_FORMAT_FILE_ROWCOL (WARN_SW_READ_BASE | 77)
#ifndef __RSC