From a123975e4bfcad4f18fa4b336def8e4b8e8577b4 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 3 Apr 2013 23:51:39 +0200 Subject: let's try if this satisfies MSVC Change-Id: I2cfc88036121d7f31b17804c62e2d1ab84cce45b --- i18npool/inc/i18npool/mslangid.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool') diff --git a/i18npool/inc/i18npool/mslangid.hxx b/i18npool/inc/i18npool/mslangid.hxx index b29c6dfbfc48..ce4ca47d01f1 100644 --- a/i18npool/inc/i18npool/mslangid.hxx +++ b/i18npool/inc/i18npool/mslangid.hxx @@ -182,7 +182,7 @@ public: sal_Char maCountry[3]; /** Obtain a language tag string with '-' separator. */ - OUString getTagString() const; + I18NISOLANG_DLLPUBLIC OUString getTagString() const; }; /** @internal - Return a pointer to the IsoLangEntry of the underlying table, -- cgit