From fc49e0f5722d614a283c4e3bd76a590acc96f573 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Fri, 28 Sep 2001 07:39:06 +0000 Subject: [PATCH] #91636# error code for general API errors --- xmloff/inc/xmlerror.hxx | 5 +++-- 1 file 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 )