diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 17:21:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 17:21:03 +0000 |
commit | 00b722f8b9ccba1b43c36b2a68b165d2a381cfa0 (patch) | |
tree | bbce99fb77bdc632e61498ae1ed231ec72ba45fe /xmloff/source/text/XMLIndexSourceBaseContext.hxx | |
parent | 8bad56bdfdc3e182733f77ed8a8d9057b7ceb286 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
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 f7ee5d179cac..831d43f481d9 100644 --- a/xmloff/source/text/XMLIndexSourceBaseContext.hxx +++ b/xmloff/source/text/XMLIndexSourceBaseContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLIndexSourceBaseContext.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: dvo $ $Date: 2002-01-09 12:57:21 $ + * last change: $Author: hr $ $Date: 2003-03-27 18:20:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,7 +113,8 @@ enum IndexSourceParamEnum XML_TOK_INDEXSOURCE_SORT_ALGORITHM, XML_TOK_INDEXSOURCE_LANGUAGE, XML_TOK_INDEXSOURCE_COUNTRY, - XML_TOK_INDEXSOURCE_USER_INDEX_NAME + XML_TOK_INDEXSOURCE_USER_INDEX_NAME, + XML_TOK_INDEXSOURCE_USE_OUTLINE_LEVEL }; |