summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexSourceBaseContext.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/XMLIndexSourceBaseContext.hxx
parent9cad287e4bab925092080557ed6e61429d936edb (diff)
#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/XMLIndexSourceBaseContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexSourceBaseContext.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/xmloff/source/text/XMLIndexSourceBaseContext.hxx b/xmloff/source/text/XMLIndexSourceBaseContext.hxx
index 4e116c6613eb..78c3728d05da 100644
--- a/xmloff/source/text/XMLIndexSourceBaseContext.hxx
+++ b/xmloff/source/text/XMLIndexSourceBaseContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLIndexSourceBaseContext.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dvo $ $Date: 2001-06-12 17:46:20 $
+ * 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
@@ -74,10 +74,6 @@
#include <rtl/ustring.hxx>
#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; } }
@@ -127,11 +123,6 @@ class XMLIndexSourceBaseContext : public SvXMLImportContext
{
const ::rtl::OUString sCreateFromChapter;
const ::rtl::OUString sIsRelativeTabstops;
- const ::rtl::OUString sSortAlgorithm;
- const ::rtl::OUString sLocale;
-
- ::com::sun::star::lang::Locale aLocale;
- ::rtl::OUString sAlgorithm;
sal_Bool bUseLevelFormats;