diff options
author | Eike Rathke <erack@redhat.com> | 2013-03-29 14:07:33 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-03-29 14:09:01 +0100 |
commit | 5be14df2444d9fcc3518c5f54872c87b924e3e98 (patch) | |
tree | 5a0b3b4b588469e9ff012c3a3328bdb224843160 /svl/inc | |
parent | ba4df3dd31ee9b2ced2a9119ecfd263e95de5ee6 (diff) |
ResMgr with LanguageTag
Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/inettype.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/svl/inettype.hxx b/svl/inc/svl/inettype.hxx index 976452882372..a68d7911d37c 100644 --- a/svl/inc/svl/inettype.hxx +++ b/svl/inc/svl/inettype.hxx @@ -22,7 +22,7 @@ #include "svl/svldllapi.h" #include <tools/inetmime.hxx> -#include <com/sun/star/lang/Locale.hpp> +#include <i18npool/languagetag.hxx> //============================================================================ /** Definitions for frequently used media type names. @@ -259,7 +259,7 @@ public: static rtl::OUString GetContentType(INetContentType eTypeID); static OUString GetPresentation(INetContentType eTypeID, - const ::com::sun::star::lang::Locale& aLocale); + const LanguageTag& aLocale); static INetContentType GetContentType4Extension(OUString const & rExtension); |