From 8359f975b06ba831fd2921ef61192ca0fc3fbdfc Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 1 Dec 2003 08:49:35 +0000 Subject: INTEGRATION: CWS dr9 (1.3.242); FILE MERGED 2003/08/19 11:59:48 sab 1.3.242.1: #i4063#; add automatic print ranges --- sc/inc/unowids.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sc/inc') diff --git a/sc/inc/unowids.hxx b/sc/inc/unowids.hxx index 251868bdd851..3d1d992df1f7 100644 --- a/sc/inc/unowids.hxx +++ b/sc/inc/unowids.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unowids.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2001-05-23 18:20:49 $ + * last change: $Author: rt $ $Date: 2003-12-01 09:49:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,8 +105,9 @@ #define SC_WID_UNO_HEADERSET ( SC_WID_UNO_START + 26 ) #define SC_WID_UNO_FOOTERSET ( SC_WID_UNO_START + 27 ) #define SC_WID_UNO_NUMRULES ( SC_WID_UNO_START + 28 ) +#define SC_WID_UNO_AUTOPRINT ( SC_WID_UNO_START + 29 ) -#define SC_WID_UNO_END ( SC_WID_UNO_START + 28 ) +#define SC_WID_UNO_END ( SC_WID_UNO_START + 29 ) inline BOOL IsScUnoWid( USHORT nWid ) -- cgit