summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx
diff options
context:
space:
mode:
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;