summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexSourceBaseContext.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-11-21 10:53:19 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-11-21 10:53:19 +0000
commit07f98249d061cfd60047e9f73d16f6465fd81ed6 (patch)
tree6582fab56eff8d4287520d373d0b1a8ae7c285d5 /xmloff/source/text/XMLIndexSourceBaseContext.hxx
parent6ff110678d1a4b10dd571ecab9c951fba884877e (diff)
- added/fixed: text:use-index-source-styles property
Diffstat (limited to 'xmloff/source/text/XMLIndexSourceBaseContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexSourceBaseContext.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexSourceBaseContext.hxx b/xmloff/source/text/XMLIndexSourceBaseContext.hxx
index 6aa1a6dd28..bc344f18e9 100644
--- a/xmloff/source/text/XMLIndexSourceBaseContext.hxx
+++ b/xmloff/source/text/XMLIndexSourceBaseContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLIndexSourceBaseContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dvo $ $Date: 2000-11-20 19:56:50 $
+ * last change: $Author: dvo $ $Date: 2000-11-21 11:53:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,8 @@ enum IndexSourceParamEnum
XML_TOK_INDEXSOURCE_USE_CAPTION,
XML_TOK_INDEXSOURCE_SEQUENCE_NAME,
XML_TOK_INDEXSOURCE_SEQUENCE_FORMAT,
- XML_TOK_INDEXSOURCE_COMMA_SEPARATED
+ XML_TOK_INDEXSOURCE_COMMA_SEPARATED,
+ XML_TOK_INDEXSOURCE_USE_INDEX_SOURCE_STYLES
};