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

Noel Grandin noelgrandin at gmail.com
Mon Aug 3 09:29:21 PDT 2015


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

New commits:
commit 5fcef02ee288c894a89c1046df918c121294b757
Author: Noel Grandin <noelgrandin at gmail.com>
Date:   Mon Aug 3 18:19:28 2015 +0200

    re-added accidentally removed LT_HAVE_INLINE define
    
    in my commit 0ea54aed15ee17a02c9dff861c16d06505f35741
    "remove some unused defines"
    
    Change-Id: I2d8d9242eda9f39e1f932b2d9849fefb57b196eb
    Reviewed-on: https://gerrit.libreoffice.org/17496
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index bc9b62c..906c7b3 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -26,6 +26,7 @@
 
 #if defined(ENABLE_LIBLANGTAG)
 #if LIBLANGTAG_INLINE_FIX
+#define LT_HAVE_INLINE
 #endif
 #include <liblangtag/langtag.h>
 #else


More information about the Libreoffice-commits mailing list