summaryrefslogtreecommitdiff
path: root/sw/inc/swerror.h
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-07-03 07:12:25 +0000
committerMichael Brauer <mib@openoffice.org>2001-07-03 07:12:25 +0000
commit0a1b2d67e03971dc76166a66fccc5ca931b716df (patch)
tree7a3d0bbc5becb84b0a579ffd65be00ed574133d2 /sw/inc/swerror.h
parentc5663198949e7b0f26f302a390207752a5c51083 (diff)
#88156#: warning for unconvertable chars
Diffstat (limited to 'sw/inc/swerror.h')
-rw-r--r--sw/inc/swerror.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/swerror.h b/sw/inc/swerror.h
index fbc872cb1489..588117b8cba7 100644
--- a/sw/inc/swerror.h
+++ b/sw/inc/swerror.h
@@ -2,9 +2,9 @@
*
* $RCSfile: swerror.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2001-05-07 05:57:49 $
+ * last change: $Author: mib $ $Date: 2001-07-03 08:11:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,8 +137,9 @@
#define WARN_SWG_HTML_NO_MACROS (WARN_SW_WRITE_BASE |75)
#define WARN_WRITE_ERROR_FILE (WARN_SW_WRITE_BASE |76)
-// More Import - Warnings
+// More Import & Export - Warnings
#define WARN_FORMAT_FILE_ROWCOL (WARN_SW_READ_BASE | 77)
+#define WARN_UNCONVERTABLE_CHARS (WARN_SW_WRITE_BASE | 78)
#ifndef __RSC