diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:12:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:12:30 +0000 |
commit | 952e21fa380e51abb02a8c985031573b7de019de (patch) | |
tree | bd5a6c4c422ee023f49a52935c79d17e0841f86e /svtools | |
parent | 1fdc3eaed24b5c16a77c1002ca7b7a8d1691cc1d (diff) |
INTEGRATION: CWS c06 (1.4.410); FILE MERGED
2005/09/14 13:24:37 as 1.4.410.1: #i53536# warning NOMOREDOCUMENTSALLOWED added
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/sfxecode.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/inc/sfxecode.hxx b/svtools/inc/sfxecode.hxx index 974ed5ea7db2..619738ebc52d 100644 --- a/svtools/inc/sfxecode.hxx +++ b/svtools/inc/sfxecode.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sfxecode.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 10:33:31 $ + * last change: $Author: rt $ $Date: 2005-11-11 12:12:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,6 +85,7 @@ #define ERRCODE_SFX_NO_ABOBOX (ERRCODE_AREA_SFX| ERRCODE_CLASS_READ | 41) #define ERRCODE_SFX_CANTGETPASSWD (ERRCODE_AREA_SFX| ERRCODE_CLASS_READ | 42) #define ERRCODE_SFX_TARGETFILECORRUPTED (ERRCODE_AREA_SFX| ERRCODE_CLASS_READ | 43) +#define ERRCODE_SFX_NOMOREDOCUMENTSALLOWED (ERRCODE_WARNING_MASK | ERRCODE_AREA_SFX | ERRCODE_CLASS_NONE | 44) //Dies und das #define ERRCTX_ERROR 21 |