diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-02-02 15:44:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-02-02 15:44:12 +0000 |
commit | 5965d5947f31489462fcbc36a1c6fdfc44c8cbaa (patch) | |
tree | b0fd96d5b8e1918d258ca69b8de1348da1b32c60 | |
parent | 265a15449141340629c4f77777dd5aae876c282d (diff) |
INTEGRATION: CWS alienwarning (1.4.322); FILE MERGED
2005/01/28 18:23:37 mba 1.4.322.1: #i41506#: improve treatment of alien warning
-rw-r--r-- | svx/inc/optsave.hrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/inc/optsave.hrc b/svx/inc/optsave.hrc index d8e664aae9ef..e08a3aadb94b 100644 --- a/svx/inc/optsave.hrc +++ b/svx/inc/optsave.hrc @@ -2,9 +2,9 @@ * * $RCSfile: optsave.hrc,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-09-20 15:16:33 $ + * last change: $Author: rt $ $Date: 2005-02-02 16:44:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,6 +73,7 @@ #define BTN_AUTOSAVEPROMPT 16 #define BTN_NOPRETTYPRINTING 17 #define FI_BACKUP 18 +#define BTN_WARNALIENFORMAT 19 #define GB_RELATIVE 40 #define BTN_RELATIVE_FSYS 41 @@ -84,6 +85,7 @@ #define FT_FILTER 46 #define LB_FILTER 47 #define FI_FILTER 48 +#define FT_WARN 49 #define APP_WRITER 0 #define APP_WRITER_WEB 1 |