summaryrefslogtreecommitdiffstats
path: root/sw/inc/unomid.h
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-08 11:19:40 +0000
committerOliver Specht <os@openoffice.org>2000-11-08 11:19:40 +0000
commitf143da9c63a1a0b2c573139f11044b195522d44a (patch)
treef094b707ef7b3633f87a0809297b051e0573361f /sw/inc/unomid.h
parentGetPoolId now static (diff)
downloadcore-f143da9c63a1a0b2c573139f11044b195522d44a.tar.gz
core-f143da9c63a1a0b2c573139f11044b195522d44a.zip
#80109# footnote+endnote properties added,interface XPropertyState added
Diffstat (limited to 'sw/inc/unomid.h')
-rw-r--r--sw/inc/unomid.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/inc/unomid.h b/sw/inc/unomid.h
index 4d53115ba559..e348e5730534 100644
--- a/sw/inc/unomid.h
+++ b/sw/inc/unomid.h
@@ -2,9 +2,9 @@
*
* $RCSfile: unomid.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2000-10-24 09:55:47 $
+ * last change: $Author: os $ $Date: 2000-11-08 12:19:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,4 +121,14 @@
#define MID_COLUMNS 0
#define MID_COLUMN_SEPARATOR_LINE 1
+
+//SwFmtFtnAtTxtEnd
+#define MID_COLLECT 0
+#define MID_RESTART_NUM 1
+#define MID_NUM_START_AT 2
+#define MID_OWN_NUM 3
+#define MID_NUM_TYPE 4
+#define MID_PREFIX 5
+#define MID_SUFFIX 6
+
#endif