summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 08:49:35 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 08:49:35 +0000
commit8359f975b06ba831fd2921ef61192ca0fc3fbdfc (patch)
tree39b4e555d4f341681d04909dbfa2291b4345cdfa /sc/inc/unowids.hxx
parentdbef1e7c0a4cdf2b554b76088d1be0799b75bac5 (diff)
INTEGRATION: CWS dr9 (1.3.242); FILE MERGED
2003/08/19 11:59:48 sab 1.3.242.1: #i4063#; add automatic print ranges
Diffstat (limited to 'sc/inc/unowids.hxx')
-rw-r--r--sc/inc/unowids.hxx7
1 files changed, 4 insertions, 3 deletions
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 )