diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-09-28 07:39:06 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-09-28 07:39:06 +0000 |
commit | fc49e0f5722d614a283c4e3bd76a590acc96f573 (patch) | |
tree | 56182f19ac95b0433d56f1703ec243768a3c1d55 /xmloff | |
parent | d62ccecee299767a61aa4490748446607ea2f2d8 (diff) |
#91636# error code for general API errors
Diffstat (limited to 'xmloff')
-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 2e05c717a803..129fd434603a 100644 --- a/xmloff/inc/xmlerror.hxx +++ b/xmloff/inc/xmlerror.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlerror.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dvo $ $Date: 2001-09-24 14:05:33 $ + * last change: $Author: dvo $ $Date: 2001-09-28 08:39:06 $ * * 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_PROP_VALUE ( XMLERROR_CLASS_API | 0x00000001 ) #define XMLERROR_STYLE_PROP_UNKNOWN ( XMLERROR_CLASS_API | 0x00000002 ) #define XMLERROR_STYLE_PROP_OTHER ( XMLERROR_CLASS_API | 0x00000003 ) +#define XMLERROR_API ( XMLERROR_CLASS_API | 0x00000004 ) // other errors: #define XMLERROR_CANCEL ( XMLERROR_CLASS_OTHER | 0x00000001 ) |