config_host/config_liblangtag.h.in             |    2 +-
 i18nlangtag/source/languagetag/languagetag.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d6567a7d27ede35b649c1f50d35a9570635f177a
Author: Stephan Bergmann <[email protected]>
Date:   Sun Mar 29 20:36:55 2015 +0200

    loplugin:checkconfigmacros
    
    Change-Id: I2948340c8c0be50543a898f07b125e7eaccc8909

diff --git a/config_host/config_liblangtag.h.in 
b/config_host/config_liblangtag.h.in
index 40077d9..f639fb7 100644
--- a/config_host/config_liblangtag.h.in
+++ b/config_host/config_liblangtag.h.in
@@ -1,6 +1,6 @@
 #ifndef CONFIG_LIBLANGTAG_H
 #define CONFIG_LIBLANGTAG_H
 
-#undef LIBLANGTAG_INLINE_FIX
+#define LIBLANGTAG_INLINE_FIX 0
 
 #endif
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx 
b/i18nlangtag/source/languagetag/languagetag.cxx
index 5501376..2ac7ca4 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -25,7 +25,7 @@
 //#define erDEBUG
 
 #if defined(ENABLE_LIBLANGTAG)
-#if defined(LIBLANGTAG_INLINE_FIX)
+#if LIBLANGTAG_INLINE_FIX
 #define LT_HAVE_INLINE
 #endif
 #include <liblangtag/langtag.h>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to