diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-21 16:33:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-21 16:33:03 +0100 |
commit | 66ac0e2c0fd6068688b304abcc03399818eaed03 (patch) | |
tree | 808ba45743dd149869149d3d4de0161c14399817 /include | |
parent | 46b8d2b78a95b8ff7d0f6c63a4d716a7be4dd2a1 (diff) |
Just include rtl/locale.h
Change-Id: Ida509af3632bf6dccc139c770bd3cbdee7b71fca
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nlangtag/languagetag.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index bc123dbccf21..20f159f4d171 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -11,6 +11,7 @@ #define INCLUDED_I18NLANGTAG_LANGUAGETAG_HXX #include <sal/config.h> +#include <rtl/locale.h> #include <rtl/ustring.hxx> #include <com/sun/star/lang/Locale.hpp> #include <i18nlangtag/i18nlangtagdllapi.h> @@ -19,9 +20,6 @@ #include <memory> #include <vector> -typedef struct _rtl_Locale rtl_Locale; // as in rtl/locale.h - - /** The ISO 639-2 code reserved for local use used to indicate that a css::Locale contains a BCP 47 string in its Variant field. The Locale's Language field then will contain this language code. |