[Libreoffice-commits] .: i18npool/inc i18npool/Package_inc.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 31 03:59:45 PDT 2012


 i18npool/Package_inc.mk               |    1 +
 i18npool/inc/i18npool/languagetag.hxx |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit ba7afe4e8ebf55d35300c7fbb4cc6937798b2d60
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Aug 31 11:58:32 2012 +0100

    export LanguageTag header and class
    
    Change-Id: Idaf2c48cc6f291199973fd910d3c8ddf29774c6e

diff --git a/i18npool/Package_inc.mk b/i18npool/Package_inc.mk
index 69eaf0c..140edc9 100644
--- a/i18npool/Package_inc.mk
+++ b/i18npool/Package_inc.mk
@@ -30,6 +30,7 @@ $(eval $(call gb_Package_Package,i18npool_inc,$(SRCDIR)/i18npool/inc))
 
 $(eval $(call gb_Package_add_file,i18npool_inc,inc/i18npool/i18npooldllapi.h,i18npool/i18npooldllapi.h))
 $(eval $(call gb_Package_add_file,i18npool_inc,inc/i18npool/lang.h,i18npool/lang.h))
+$(eval $(call gb_Package_add_file,i18npool_inc,inc/i18npool/languagetag.hxx,i18npool/languagetag.hxx))
 $(eval $(call gb_Package_add_file,i18npool_inc,inc/i18npool/mslangid.hxx,i18npool/mslangid.hxx))
 
 # vim: set noet sw=4 ts=4:
diff --git a/i18npool/inc/i18npool/languagetag.hxx b/i18npool/inc/i18npool/languagetag.hxx
index 0066d8e..d8eb207 100644
--- a/i18npool/inc/i18npool/languagetag.hxx
+++ b/i18npool/inc/i18npool/languagetag.hxx
@@ -13,6 +13,7 @@
 #include <sal/config.h>
 #include <rtl/ustring.hxx>
 #include <com/sun/star/lang/Locale.hpp>
+#include <i18npool/i18npooldllapi.h>
 #include <i18npool/lang.h>
 
 
@@ -23,7 +24,7 @@
     const methods. Getter methods return either the original value or matching
     converted values.
  */
-class LanguageTag
+class I18NISOLANG_DLLPUBLIC LanguageTag
 {
 public:
 


More information about the Libreoffice-commits mailing list