summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-23 17:22:49 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-23 17:22:49 +0000
commit59c3a5c43a51b0705a450490210d743a87a87828 (patch)
treed1f674b375a7a11bea301d1c155476668d6f167e /sc/inc/unowids.hxx
parent9a076261aa2b597cfddd3372b36419d8a728e2bc (diff)
#82635# NumberingRules
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 d9eda2b3882d..251868bdd851 100644
--- a/sc/inc/unowids.hxx
+++ b/sc/inc/unowids.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unowids.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-04-25 18:48:34 $
+ * last change: $Author: nn $ $Date: 2001-05-23 18:20:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,8 +104,9 @@
#define SC_WID_UNO_DISPNAME ( SC_WID_UNO_START + 25 )
#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_END ( SC_WID_UNO_START + 27 )
+#define SC_WID_UNO_END ( SC_WID_UNO_START + 28 )
inline BOOL IsScUnoWid( USHORT nWid )