summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-04-25 17:48:34 +0000
committerNiklas Nebel <nn@openoffice.org>2001-04-25 17:48:34 +0000
commit8bc50e88ae6f0a85297f8ab47842ee25bba78cef (patch)
tree205072203fd8c42b9149a5d47fb430266194f809 /sc/inc/unowids.hxx
parent115604e3ed032c36e051a54a181271fb1a6a01d9 (diff)
WIDs for style object
Diffstat (limited to 'sc/inc/unowids.hxx')
-rw-r--r--sc/inc/unowids.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/inc/unowids.hxx b/sc/inc/unowids.hxx
index 0219413e5c90..d9eda2b3882d 100644
--- a/sc/inc/unowids.hxx
+++ b/sc/inc/unowids.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unowids.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: nn $ $Date: 2001-04-17 19:33:00 $
+ * last change: $Author: nn $ $Date: 2001-04-25 18:48:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,8 +101,11 @@
#define SC_WID_UNO_CELLHGT ( SC_WID_UNO_START + 22 )
#define SC_WID_UNO_CELLFILT ( SC_WID_UNO_START + 23 )
#define SC_WID_UNO_OHEIGHT ( SC_WID_UNO_START + 24 )
+#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_END ( SC_WID_UNO_START + 24 )
+#define SC_WID_UNO_END ( SC_WID_UNO_START + 27 )
inline BOOL IsScUnoWid( USHORT nWid )