summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-07-09 15:48:10 +0200
committerEike Rathke <erack@redhat.com>2013-07-09 15:52:21 +0200
commit4935422b410757bb4920b98a2d81da3c11b8e3d7 (patch)
tree8c6c5e217e76f77313b864ee1cd6b29b499eadb8 /xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
parentResolves: #i118671# take emergency exit when local slideshow... (diff)
downloadcore-4935422b410757bb4920b98a2d81da3c11b8e3d7.tar.gz
core-4935422b410757bb4920b98a2d81da3c11b8e3d7.zip
read/write ODF *:script* and *:rfc-language-tag*
This prepares to be able to read/write the attributes, it does not enable proper handling of unknown language tags yet. An unknown tag usually falls back to SYSTEM locale. Change-Id: I4a78e8fd37deae188c69570157bc4589a712bc7a
Diffstat (limited to 'xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
index cfc1573acfc2..44a1a60fa82c 100644
--- a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
+++ b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
@@ -21,6 +21,7 @@
#define _XMLOFF_XMLINDEXALPHABETICALSOURCECONTEXT_HXX_
#include "XMLIndexSourceBaseContext.hxx"
+#include <xmloff/languagetagodf.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/lang/Locale.hpp>
@@ -48,7 +49,7 @@ class XMLIndexAlphabeticalSourceContext : public XMLIndexSourceBaseContext
const OUString sSortAlgorithm;
const OUString sLocale;
- ::com::sun::star::lang::Locale aLocale;
+ LanguageTagODF maLanguageTagODF;
OUString sAlgorithm;
OUString sMainEntryStyleName;