From 5be14df2444d9fcc3518c5f54872c87b924e3e98 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 29 Mar 2013 14:07:33 +0100 Subject: ResMgr with LanguageTag Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0 --- svl/inc/svl/inettype.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svl/inc') 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 -#include +#include //============================================================================ /** 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); -- cgit