Kaydet (Commit) ba7afe4e authored tarafından Caolán McNamara's avatar Caolán McNamara

export LanguageTag header and class

Change-Id: Idaf2c48cc6f291199973fd910d3c8ddf29774c6e
üst edfa6cd3
...@@ -30,6 +30,7 @@ $(eval $(call gb_Package_Package,i18npool_inc,$(SRCDIR)/i18npool/inc)) ...@@ -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/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/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)) $(eval $(call gb_Package_add_file,i18npool_inc,inc/i18npool/mslangid.hxx,i18npool/mslangid.hxx))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include <sal/config.h> #include <sal/config.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/Locale.hpp>
#include <i18npool/i18npooldllapi.h>
#include <i18npool/lang.h> #include <i18npool/lang.h>
...@@ -23,7 +24,7 @@ ...@@ -23,7 +24,7 @@
const methods. Getter methods return either the original value or matching const methods. Getter methods return either the original value or matching
converted values. converted values.
*/ */
class LanguageTag class I18NISOLANG_DLLPUBLIC LanguageTag
{ {
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment