diff options
author | Eike Rathke <erack@redhat.com> | 2013-04-10 21:24:04 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-04-10 21:26:22 +0200 |
commit | 0ed6aa49a88844c3da82c9d0f5b757108f3b090d (patch) | |
tree | 1513c31c557048bfdfb542c7b930bcaab2aa3c0d /svtools/inc | |
parent | c0c96884208aadf66e4219000e1f8384b1cb20fd (diff) |
SvtPathOptions with LanguageTag
Change-Id: I33f43c6d0249a6681d451a4be8c5548da4987f9c
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/DocumentInfoPreview.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/svtools/DocumentInfoPreview.hxx b/svtools/inc/svtools/DocumentInfoPreview.hxx index c6f493c8cf41..167de92636de 100644 --- a/svtools/inc/svtools/DocumentInfoPreview.hxx +++ b/svtools/inc/svtools/DocumentInfoPreview.hxx @@ -23,7 +23,7 @@ #include "sal/config.h" #include "boost/scoped_ptr.hpp" -#include "com/sun/star/lang/Locale.hpp" +#include "i18nlangtag/languagetag.hxx" #include "com/sun/star/uno/Reference.hxx" #include "svtools/svmedit2.hxx" #include "svtools/svtdllapi.h" @@ -57,7 +57,7 @@ public: private: ExtMultiLineEdit m_pEditWin; boost::scoped_ptr< SvtDocInfoTable_Impl > m_pInfoTable; - com::sun::star::lang::Locale m_aLocale; + LanguageTag m_aLanguageTag; void insertEntry(OUString const & title, OUString const & value); |