From 0a1b2d67e03971dc76166a66fccc5ca931b716df Mon Sep 17 00:00:00 2001 From: Michael Brauer Date: Tue, 3 Jul 2001 07:12:25 +0000 Subject: #88156#: warning for unconvertable chars --- sw/inc/swerror.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sw/inc/swerror.h') 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 -- cgit