From e95316ed85ef6b15234ab8afea0e02a8d83f473d Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 23 Jul 2004 13:31:59 +0000 Subject: 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. --- sc/inc/globstr.hrc | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'sc') 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 -- cgit