[Libreoffice-commits] core.git: include/i18nlangtag

Stephan Bergmann sbergman at redhat.com
Tue Mar 21 15:33:32 UTC 2017


 include/i18nlangtag/languagetag.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 66ac0e2c0fd6068688b304abcc03399818eaed03
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Mar 21 16:33:03 2017 +0100

    Just include rtl/locale.h
    
    Change-Id: Ida509af3632bf6dccc139c770bd3cbdee7b71fca

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.


More information about the Libreoffice-commits mailing list