diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-11 07:54:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-11 07:54:17 +0000 |
commit | 645e220dfb1d10d0e32c20922aa353a6d0c59d9f (patch) | |
tree | ad4f00ee3bf5213eba6faf07454a3fab47885e4f /svx | |
parent | 90064eb165435e66ae7a7a5e217bb18380dedd6f (diff) |
INTEGRATION: CWS encryption (1.3.112); FILE MERGED
2004/07/16 17:45:58 jmarmion 1.3.112.3: #115980# - complete password stuff for calc/writer.
2004/04/14 09:30:53 dr 1.3.112.2: #115982# error code for encrypted PowerPoint files
2004/03/31 12:49:39 dr 1.3.112.1: #115980# new messages for password handling
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svxerr.hxx | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/svx/inc/svxerr.hxx b/svx/inc/svxerr.hxx index 9ded7434d313..8c44b4e467cf 100644 --- a/svx/inc/svxerr.hxx +++ b/svx/inc/svxerr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: svxerr.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-02-03 17:45:45 $ + * last change: $Author: obo $ $Date: 2004-08-11 08:54:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,6 +102,19 @@ | ERRCODE_WARNING_MASK \ | ERRCODE_CLASS_WRITE ) +/** Error message: "Wrong password." */ +#define ERRCODE_SVX_WRONGPASS (15UL | ERRCODE_AREA_SVX | ERRCODE_CLASS_NONE) + +/** Error message: "Read error. Unsupported encryption method." */ +#define ERRCODE_SVX_READ_FILTER_CRYPT (16UL | ERRCODE_AREA_SVX | ERRCODE_CLASS_READ) + +/** Error message: "Read error. Passwort encrypted Powerpoint documents..." */ +#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) + + // both codes will be used twice : with ERRCODE_CLASS_READ- and ERRCODE_CLASS_WRITE-bits #define ERRCTX_SVX_LINGU_THESAURUS 1 #define ERRCTX_SVX_LINGU_SPELLING 2 |