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

Stephan Bergmann sbergman at redhat.com
Mon Jan 5 02:48:33 PST 2015


 i18nlangtag/source/languagetag/languagetag.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit a4467f6997f716f580a10a9c20076391257d09f2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 5 11:47:54 2015 +0100

    Add TODO comment for when liblangtag gets updated
    
    Change-Id: Ic90a9e76c5b1ecbe58ff663ec8970841b7e33d2d

diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index 96c53c6..e7989f1 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -25,6 +25,9 @@
 
 #if defined(ENABLE_LIBLANGTAG)
 #define LT_HAVE_INLINE
+    // TODO: remove above line again for liblangtag >= 0.5.5, cf.
+    // <https://bitbucket.org/tagoh/liblangtag/commits/9324836a0d1c> "Fix a
+    // build issue with inline keyword"
 #include <liblangtag/langtag.h>
 #else
 /* Replacement code for LGPL phobic and Android systems.


More information about the Libreoffice-commits mailing list