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
commit8f7b0bb6bb8c6198f2210c366733e25033a519e2 (patch)
tree5dbf3f80879cb0dc770f6e3710fc600e03a967d7 /sc/inc/unowids.hxx
parentd2fbcc29b664fd8f190553262a677cb85cc40a27 (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 801670424..ea0268220 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 )