diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-01-09 11:57:21 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-01-09 11:57:21 +0000 |
commit | 1010b03ff7979687338c9665eac1ac72fa799b6b (patch) | |
tree | 9b6d06f431402535a9b7d39e0ec83e7bb2a2c87a /xmloff/source/text/XMLIndexSourceBaseContext.hxx | |
parent | f0ea21e3f16e0fe02e2de507a869e8b141055650 (diff) |
#96249# new user-index-source attribute (index-name) added
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 78c3728d05da..f7ee5d179cac 100644 --- a/xmloff/source/text/XMLIndexSourceBaseContext.hxx +++ b/xmloff/source/text/XMLIndexSourceBaseContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLIndexSourceBaseContext.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dvo $ $Date: 2001-06-20 14:16:28 $ + * last change: $Author: dvo $ $Date: 2002-01-09 12:57:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,7 +112,8 @@ enum IndexSourceParamEnum XML_TOK_INDEXSOURCE_USE_INDEX_SOURCE_STYLES, XML_TOK_INDEXSOURCE_SORT_ALGORITHM, XML_TOK_INDEXSOURCE_LANGUAGE, - XML_TOK_INDEXSOURCE_COUNTRY + XML_TOK_INDEXSOURCE_COUNTRY, + XML_TOK_INDEXSOURCE_USER_INDEX_NAME }; |