diff options
Diffstat (limited to 'xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx')
-rw-r--r-- | xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx index 2c6e67110dc7..cc0234e21ed0 100644 --- a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx +++ b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx @@ -21,6 +21,7 @@ #define _XMLOFF_XMLINDEXBIBLIOGRAPHYCONFIGURATIONCONTEXT_HXX_ #include <xmloff/xmlstyle.hxx> +#include <xmloff/languagetagodf.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/beans/PropertyValue.hpp> @@ -56,7 +57,7 @@ class XMLIndexBibliographyConfigurationContext : public SvXMLStyleContext OUString sSuffix; OUString sPrefix; OUString sAlgorithm; - ::com::sun::star::lang::Locale aLocale; + LanguageTagODF maLanguageTagODF; sal_Bool bNumberedEntries; sal_Bool bSortByPosition; |