summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2002-11-19 13:17:34 +0000
committerHenning Brinkmann <hbrinkm@openoffice.org>2002-11-19 13:17:34 +0000
commitf701ba36bafb37b2e0aefdb1144ab891a8fbb8b1 (patch)
treea9f17631d6f527f28bb944d4848bd7e9fd85932b /xmloff
parent14f75dedadbb03a2dce29abc2a08c65bf070511f (diff)
#99838# new XMLERROR_ILLEGAL_EVENT
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmlerror.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/xmlerror.hxx b/xmloff/inc/xmlerror.hxx
index 9071be59f5ec..158c57d7dc75 100644
--- a/xmloff/inc/xmlerror.hxx
+++ b/xmloff/inc/xmlerror.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlerror.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dvo $ $Date: 2002-01-11 19:08:18 $
+ * last change: $Author: hbrinkm $ $Date: 2002-11-19 14:17:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,7 @@
#define XMLERROR_STYLE_ATTR_VALUE ( XMLERROR_CLASS_FORMAT | 0x00000002 )
#define XMLERROR_NO_INDEX_ALLOWED_HERE ( XMLERROR_CLASS_FORMAT | 0x00000003 )
#define XMLERROR_PARENT_STYLE_NOT_ALLOWED ( XMLERROR_CLASS_FORMAT | 0x00000004 )
+#define XMLERROR_ILLEGAL_EVENT (XMLERROR_CLASS_FORMAT | 0x00000005 )
// API errors:
#define XMLERROR_STYLE_PROP_VALUE ( XMLERROR_CLASS_API | 0x00000001 )