From 788e6a13d172e02e2851496d739899a0dd2920e9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 19 Mar 2004 15:04:26 +0000 Subject: INTEGRATION: CWS sab008 (1.4.260); FILE MERGED 2004/02/11 12:48:20 sab 1.4.260.3: RESYNC: (1.4-1.5); FILE MERGED 2003/11/18 15:17:53 dr 1.4.260.2: #i8868# final string changes 2003/08/29 12:02:23 dr 1.4.260.1: #i8868# 1st prototype: scale printout to width/height --- sc/inc/globstr.hrc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'sc/inc/globstr.hrc') diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 53037cf04217..a21e1ce4a9e1 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -2,9 +2,9 @@ * * $RCSfile: globstr.hrc,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-02-03 12:11:37 $ + * last change: $Author: obo $ $Date: 2004-03-19 16:04:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -544,9 +544,15 @@ #define STR_NO_MACRO 384 #define STR_LONG_ERR_NO_MACRO 385 -#define STR_UNDO_TAB_RTL 386 +#define STR_SCATTR_PAGE_SCALETO 386 +#define STR_SCATTR_PAGE_SCALE_WIDTH 387 +#define STR_SCATTR_PAGE_SCALE_HEIGHT 388 +#define STR_SCATTR_PAGE_SCALE_PAGES 389 +#define STR_SCATTR_PAGE_SCALE_AUTO 390 -#define STR_COUNT 386 +#define STR_UNDO_TAB_RTL 391 + +#define STR_COUNT 391 -- cgit