diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:31:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-23 13:31:59 +0000 |
commit | e95316ed85ef6b15234ab8afea0e02a8d83f473d (patch) | |
tree | 7a1110aa1fd77d507794d0b8b628bc06af1d3417 /sc/inc/globstr.hrc | |
parent | 6eb8420e9dc3142f775d65a7043c0ae73fd70aca (diff) |
INTEGRATION: CWS jmarmion2 (1.8.20); FILE MERGED
2004/07/20 13:26:53 jmarmion 1.8.20.1: #i20501# add drop-down to header/footer dialog.
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 00a783eae98d..7d133b457deb 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -2,9 +2,9 @@ * * $RCSfile: globstr.hrc,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2004-07-12 12:56:05 $ + * last change: $Author: rt $ $Date: 2004-07-23 14:31:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -565,7 +565,15 @@ #define STR_CHANGED_MOVE_REJECTION_WARNING 401 #define STR_CHANGED_DELETE_REJECTION_WARNING 402 -#define STR_COUNT 403 +#define STR_HF_NONE_IN_BRACKETS 403 +#define STR_HF_OF 404 +#define STR_HF_OF_QUESTION 405 +#define STR_HF_CREATED_BY 406 +#define STR_HF_CONFIDENTIAL 407 +#define STR_HF_CUSTOMIZED 408 +#define STR_HF_CUSTOM_FOOTER 409 + +#define STR_COUNT 410 #endif |