summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-04-10 21:24:04 +0200
committerEike Rathke <erack@redhat.com>2013-04-10 21:26:22 +0200
commit0ed6aa49a88844c3da82c9d0f5b757108f3b090d (patch)
tree1513c31c557048bfdfb542c7b930bcaab2aa3c0d /unotools/inc
parentc0c96884208aadf66e4219000e1f8384b1cb20fd (diff)
SvtPathOptions with LanguageTag
Change-Id: I33f43c6d0249a6681d451a4be8c5548da4987f9c
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/pathoptions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/inc/unotools/pathoptions.hxx b/unotools/inc/unotools/pathoptions.hxx
index 680a196f7058..ad1d16d19c79 100644
--- a/unotools/inc/unotools/pathoptions.hxx
+++ b/unotools/inc/unotools/pathoptions.hxx
@@ -21,7 +21,7 @@
#include "unotools/unotoolsdllapi.h"
#include <tools/string.hxx>
-#include <com/sun/star/lang/Locale.hpp>
+#include <i18nlangtag/languagetag.hxx>
#include <unotools/options.hxx>
#define SVT_SEARCHPATH_DELIMITER ';'
@@ -121,7 +121,7 @@ public:
String ExpandMacros( const String& rPath ) const;
String UseVariable( const String& rVar ) const;
sal_Bool SearchFile( String& rIniFile, Paths ePath = PATH_USERCONFIG );
- ::com::sun::star::lang::Locale GetLocale() const;
+ const LanguageTag& GetLanguageTag() const;
sal_Bool IsReadonly() const;
};