diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-31 11:58:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-31 11:58:32 +0100 |
commit | ba7afe4e8ebf55d35300c7fbb4cc6937798b2d60 (patch) | |
tree | 45791955c59d7f633261333d198e41ceafe81d83 /i18npool/inc | |
parent | edfa6cd3e5d27d793bfb2e7d23e2fdb4dbc09a69 (diff) |
export LanguageTag header and class
Change-Id: Idaf2c48cc6f291199973fd910d3c8ddf29774c6e
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/i18npool/languagetag.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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: |