summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )