From 521023262ca9ba24ff33133e1b8480e6721b4387 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 2 Aug 2004 15:52:04 +0000 Subject: INTEGRATION: CWS dr14 (1.37.68); FILE MERGED 2004/07/22 16:16:55 dr 1.37.68.5: RESYNC: (1.40-1.41); FILE MERGED 2004/06/10 17:20:25 dr 1.37.68.4: RESYNC: (1.39-1.40); FILE MERGED 2004/04/21 09:10:11 dr 1.37.68.3: RESYNC: (1.38-1.39); FILE MERGED 2004/02/13 17:37:39 dr 1.37.68.2: RESYNC: (1.37-1.38); FILE MERGED 2003/12/18 13:30:41 dr 1.37.68.1: #i22640# SvxOrientationItem replaced by SfxBoolItem for stacked state --- sc/inc/sc.hrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/inc/sc.hrc') diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 8831fb11d64f..3729172e97d6 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -2,9 +2,9 @@ * * $RCSfile: sc.hrc,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: kz $ $Date: 2004-08-02 12:53:00 $ + * last change: $Author: hr $ $Date: 2004-08-02 16:52:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -506,7 +506,7 @@ #define SID_SCATTR_HOR_JUSTIFY (SC_VIEW_START + 30) // Alignment-Page #define SID_SCATTR_VER_JUSTIFY (SC_VIEW_START + 31) #define SID_SCATTR_MARGIN (SC_VIEW_START + 32) -#define SID_SCATTR_ORIENTATION (SC_VIEW_START + 33) +#define SID_SCATTR_STACKED (SC_VIEW_START + 33) #define SID_SCATTR_LINEBREAK (SC_VIEW_START + 35) #define SID_SCATTR_PROTECTION (SC_VIEW_START + 36) // Protection-Page -- cgit