Kaydet (Commit) e72d4a87 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS os71 (1.5.122); FILE MERGED

2006/03/08 09:24:12 os 1.5.122.1: #i58773# moved legacy filters from sw to binfilter
üst 29939a83
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: swerror.h,v $ * $RCSfile: swerror.h,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 02:13:45 $ * last change: $Author: kz $ $Date: 2006-11-08 13:23:07 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -61,9 +61,6 @@ ...@@ -61,9 +61,6 @@
#define ERR_WW6_NO_WW6_FILE_ERR (ERROR_SW_READ_BASE | 8 ) #define ERR_WW6_NO_WW6_FILE_ERR (ERROR_SW_READ_BASE | 8 )
#define ERR_WW6_FASTSAVE_ERR (ERROR_SW_READ_BASE | 9 ) #define ERR_WW6_FASTSAVE_ERR (ERROR_SW_READ_BASE | 9 )
#define ERR_W4W_WRITE_TMP_ERROR (ERROR_SW_READ_BASE | 10 )
#define ERR_EXCLOT_WRONG_RANGE (ERROR_SW_READ_BASE | 11 )
#define ERR_FORMAT_ROWCOL (ERROR_SW_READ_BASE | 12) #define ERR_FORMAT_ROWCOL (ERROR_SW_READ_BASE | 12)
#define ERR_SWG_NEW_VERSION (ERROR_SW_READ_BASE | 13) #define ERR_SWG_NEW_VERSION (ERROR_SW_READ_BASE | 13)
...@@ -74,19 +71,11 @@ ...@@ -74,19 +71,11 @@
// Export Fehler // Export Fehler
#define ERR_SWG_WRITE_ERROR (ERROR_SW_WRITE_BASE | 30 ) #define ERR_SWG_WRITE_ERROR (ERROR_SW_WRITE_BASE | 30 )
#define ERR_SWG_OLD_GLOSSARY (ERROR_SW_WRITE_BASE | 31 ) #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 ) #define ERR_WRITE_ERROR_FILE (ERROR_SW_WRITE_BASE | 35 )
// Import/Export Fehler // Import/Export Fehler
#define ERR_SWG_INTERNAL_ERROR (ERROR_SW_BASE | 50 ) #define ERR_SWG_INTERNAL_ERROR (ERROR_SW_BASE | 50 )
#define ERR_W4W_MEM (ERROR_SW_BASE | 51 )
#define ERR_W4W_WRITE_FULL (ERROR_SW_BASE | 52 )
#define ERR_W4W_INTERNAL_ERROR (ERROR_SW_BASE | 53 )
#define ERR_W4W_DLL_ERROR (ERROR_SW_BASE | 54 )
#define ERR_TXTBLOCK_NEWFILE_ERROR (ERROR_SW_BASE|ERRCODE_CLASS_LOCKING | 55 ) #define ERR_TXTBLOCK_NEWFILE_ERROR (ERROR_SW_BASE|ERRCODE_CLASS_LOCKING | 55 )
// weitere Fehler und Fehlerklassen // weitere Fehler und Fehlerklassen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment