summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-31 11:58:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-31 11:58:32 +0100
commitba7afe4e8ebf55d35300c7fbb4cc6937798b2d60 (patch)
tree45791955c59d7f633261333d198e41ceafe81d83 /i18npool
parentedfa6cd3e5d27d793bfb2e7d23e2fdb4dbc09a69 (diff)
export LanguageTag header and class
Change-Id: Idaf2c48cc6f291199973fd910d3c8ddf29774c6e
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/Package_inc.mk1
-rw-r--r--i18npool/inc/i18npool/languagetag.hxx3
2 files changed, 3 insertions, 1 deletions
diff --git a/i18npool/Package_inc.mk b/i18npool/Package_inc.mk
index 69eaf0c951ef..140edc92d160 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 0066d8e92657..d8eb2070a0f5 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: