diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 11:14:19 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 11:14:19 +0000 |
commit | 7f7eb30c3a3e059235355d06678680c25e75a3a6 (patch) | |
tree | 3165d3377efd3a5f55a802a63ec66bafe818660b | |
parent | 8aba6de6f669095771332ce928aa83dcd1cf1a87 (diff) |
INTEGRATION: CWS luic (1.5.100); FILE MERGED
2005/02/16 16:22:57 dr 1.5.100.1: #i42854# strings according to spec
-rw-r--r-- | svx/inc/svxerr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/svxerr.hxx b/svx/inc/svxerr.hxx index 2236a41ec8..22347d4040 100644 --- a/svx/inc/svxerr.hxx +++ b/svx/inc/svxerr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svxerr.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2005-01-21 15:34:23 $ + * last change: $Author: vg $ $Date: 2005-02-21 12:14:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,7 +112,7 @@ #define ERRCODE_SVX_READ_FILTER_PPOINT (17UL | ERRCODE_AREA_SVX | ERRCODE_CLASS_READ) /** Error message: "Warning. Passwort protection is not suppported when ..." */ -#define ERRCODE_SVX_EXPORT_FILTER_CRYPT (18UL | ERRCODE_AREA_SVX | ERRCODE_CLASS_EXPORT) +#define ERRCODE_SVX_EXPORT_FILTER_CRYPT (18UL | ERRCODE_AREA_SVX | ERRCODE_CLASS_EXPORT | ERRCODE_WARNING_MASK) // both codes will be used twice : with ERRCODE_CLASS_READ- and ERRCODE_CLASS_WRITE-bits |