summaryrefslogtreecommitdiff
path: root/rsc/inc/rscerror.h
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-11-06 10:24:52 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-11-06 10:24:52 +0000
commit02100d0a9e19621ee7fe3c38ebbfcf373b29af45 (patch)
treea5bce2a274f57d62317663398aeb70bc213afbc2 /rsc/inc/rscerror.h
parent638a46df242542ad11ae93063203fe815b47f12f (diff)
#94297# more verbose error message, rename instead of link
Diffstat (limited to 'rsc/inc/rscerror.h')
-rw-r--r--rsc/inc/rscerror.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/rsc/inc/rscerror.h b/rsc/inc/rscerror.h
index 622d753e88c3..d803a5e63297 100644
--- a/rsc/inc/rscerror.h
+++ b/rsc/inc/rscerror.h
@@ -2,9 +2,9 @@
*
* $RCSfile: rscerror.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
+ * last change: $Author: hjs $ $Date: 2001-11-06 11:23:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,7 @@
#define ERR_REFTODEEP 0x0108 // Return
#define ERR_FILEFORMAT 0x0109 // Return
#define ERR_FILESIZE 0x010A // Return
+#define ERR_RENAMEFILE 0x010B // Return
#define ERR_RSCRANGE 0x0200 // Return
#define ERR_RSCRANGE_OUTDEFSET (ERR_RSCRANGE +1 )