summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-06-20 13:16:28 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-06-20 13:16:28 +0000
commit25ca4148e9e43c19298ba2cea2c131342229ec5e (patch)
treecea0e8fc8e03201046d81911a9e479d91d607498 /xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
parent#88024#: SaveCompleted is missing in several cases (diff)
downloadcore-25ca4148e9e43c19298ba2cea2c131342229ec5e.tar.gz
core-25ca4148e9e43c19298ba2cea2c131342229ec5e.zip
#87851# sort algorithm and locale only for alphabetical and bibliography indices
(documents with indices can now be loaded and saved again)
Diffstat (limited to 'xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
index b091a36bee34..a51c2f729386 100644
--- a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
+++ b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLIndexAlphabeticalSourceContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dvo $ $Date: 2000-11-20 19:56:50 $
+ * last change: $Author: dvo $ $Date: 2001-06-20 14:16:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,10 @@
#include <com/sun/star/uno/Reference.h>
#endif
+#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_
+#include <com/sun/star/lang/Locale.hpp>
+#endif
+
namespace com { namespace sun { namespace star {
namespace xml { namespace sax { class XAttributeList; } }
@@ -92,6 +96,11 @@ class XMLIndexAlphabeticalSourceContext : public XMLIndexSourceBaseContext
const ::rtl::OUString sUseDash;
const ::rtl::OUString sUsePP;
const ::rtl::OUString sIsCommaSeparated;
+ const ::rtl::OUString sSortAlgorithm;
+ const ::rtl::OUString sLocale;
+
+ ::com::sun::star::lang::Locale aLocale;
+ ::rtl::OUString sAlgorithm;
::rtl::OUString sMainEntryStyleName;
sal_Bool bMainEntryStyleNameOK;