diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-01-11 18:08:18 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-01-11 18:08:18 +0000 |
commit | 62ad4ffdd5fcc971c5cc9b9c21a3ef3e33396aa0 (patch) | |
tree | 57f08e9f7d8f9fa4efb1b3555ed79271547a697d /xmloff/inc | |
parent | c90188676834ece30904720d2f136123df3b683c (diff) |
#96447# gracefully handle illegal parent style attributes
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmlerror.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/xmlerror.hxx b/xmloff/inc/xmlerror.hxx index 56bbd2309443..9071be59f5ec 100644 --- a/xmloff/inc/xmlerror.hxx +++ b/xmloff/inc/xmlerror.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlerror.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2001-10-10 16:06:14 $ + * last change: $Author: dvo $ $Date: 2002-01-11 19:08:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,6 +102,7 @@ #define XMLERROR_SAX ( XMLERROR_CLASS_FORMAT | 0x00000001 ) #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 ) // API errors: #define XMLERROR_STYLE_PROP_VALUE ( XMLERROR_CLASS_API | 0x00000001 ) |