diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2000-11-21 10:53:19 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2000-11-21 10:53:19 +0000 |
commit | a415583aec3bc1635e20c366bddf135962f18c26 (patch) | |
tree | 2a7a6aa518c1228fc55bd8fd795c06b12d2898be /xmloff/source/text/XMLIndexSourceBaseContext.hxx | |
parent | 553c6d5faaf11cb921baaed92b89d5ca4cf25bc1 (diff) |
- added/fixed: text:use-index-source-styles property
Diffstat (limited to 'xmloff/source/text/XMLIndexSourceBaseContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLIndexSourceBaseContext.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexSourceBaseContext.hxx b/xmloff/source/text/XMLIndexSourceBaseContext.hxx index bed451b32192..66e2e40c4029 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 }; |