[Libreoffice-commits] core.git: i18npool/inc

Eike Rathke erack at redhat.com
Wed Apr 3 14:52:34 PDT 2013


 i18npool/inc/i18npool/mslangid.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a123975e4bfcad4f18fa4b336def8e4b8e8577b4
Author: Eike Rathke <erack at redhat.com>
Date:   Wed Apr 3 23:51:39 2013 +0200

    let's try if this satisfies MSVC
    
    Change-Id: I2cfc88036121d7f31b17804c62e2d1ab84cce45b

diff --git a/i18npool/inc/i18npool/mslangid.hxx b/i18npool/inc/i18npool/mslangid.hxx
index b29c6df..ce4ca47 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,


More information about the Libreoffice-commits mailing list