summaryrefslogtreecommitdiff
path: root/sw/inc/swerror.h
diff options
context:
space:
mode:
authorRobert Roth <robert.roth@in.com>2010-10-31 18:28:43 +0200
committerMichael Meeks <michael.meeks@novell.com>2010-11-01 20:47:45 +0000
commit448bea16df6f21575e9befb5052ad9b4a9e50922 (patch)
tree5b15170c3c31acf6d008e7c7d99bcffc7a5eff4c /sw/inc/swerror.h
parent1455a3780d07448ee010ef489bd337244f9870d0 (diff)
Some redundant and bogus comments removed, some German comments translated.
Diffstat (limited to 'sw/inc/swerror.h')
-rw-r--r--sw/inc/swerror.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swerror.h b/sw/inc/swerror.h
index 81a1309c91fb..6fe24e7db9b5 100644
--- a/sw/inc/swerror.h
+++ b/sw/inc/swerror.h
@@ -40,7 +40,7 @@
#define WARN_SW_WRITE_BASE (WARN_SW_BASE | ERRCODE_CLASS_WRITE )
-// Import Fehler
+// Import Errors
#define ERR_SWG_FILE_FORMAT_ERROR (ERROR_SW_READ_BASE | 1 )
#define ERR_SWG_READ_ERROR (ERROR_SW_READ_BASE | 2 )
@@ -59,17 +59,17 @@
#define ERR_FORMAT_FILE_ROWCOL (ERROR_SW_READ_BASE | 15)
-// Export Fehler
+// Export errors
#define ERR_SWG_WRITE_ERROR (ERROR_SW_WRITE_BASE | 30 )
#define ERR_SWG_OLD_GLOSSARY (ERROR_SW_WRITE_BASE | 31 )
#define ERR_WRITE_ERROR_FILE (ERROR_SW_WRITE_BASE | 35 )
-// Import/Export Fehler
+// Import/Export errors
#define ERR_SWG_INTERNAL_ERROR (ERROR_SW_BASE | 50 )
#define ERR_TXTBLOCK_NEWFILE_ERROR (ERROR_SW_BASE|ERRCODE_CLASS_LOCKING | 55 )
-// weitere Fehler und Fehlerklassen
+// other errors and errorclasses
#define ERR_AUTOPATH_ERROR (ERROR_SW_BASE|ERRCODE_CLASS_PATH | 55 )
#define ERR_TBLSPLIT_ERROR (ERROR_SW_BASE|ERRCODE_CLASS_NONE| 56 )
#define ERR_TBLINSCOL_ERROR (ERROR_SW_BASE|ERRCODE_CLASS_NONE| 57 )