i18npool/source/languagetag/languagetag.cxx | 4 ++-- i18npool/source/languagetag/simple-langtag.cxx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-)
New commits: commit b844b3d6b17ad9e77615923bc5d024dd1769a80a Author: Eike Rathke <[email protected]> Date: Thu Aug 9 21:37:38 2012 +0200 lt_tag_dump() only used to debug [-Werror=unused-function] diff --git a/i18npool/source/languagetag/languagetag.cxx b/i18npool/source/languagetag/languagetag.cxx index d7c6b0f..caaf0cc 100644 --- a/i18npool/source/languagetag/languagetag.cxx +++ b/i18npool/source/languagetag/languagetag.cxx @@ -13,6 +13,8 @@ #include <rtl/bootstrap.hxx> #include <osl/file.hxx> +//#define erDEBUG + #if !defined(ANDROID) && !defined(IOS) #include <liblangtag/langtag.h> #else @@ -24,8 +26,6 @@ #include "simple-langtag.cxx" #endif -//#define erDEBUG - using rtl::OUString; using rtl::OString; using rtl::OUStringBuffer; diff --git a/i18npool/source/languagetag/simple-langtag.cxx b/i18npool/source/languagetag/simple-langtag.cxx index 7fd735e..d05ab42 100644 --- a/i18npool/source/languagetag/simple-langtag.cxx +++ b/i18npool/source/languagetag/simple-langtag.cxx @@ -397,6 +397,7 @@ static void lt_tag_dump(const lt_tag_t *tag) fprintf( stderr, "SimpleLangtag region: %s\n", tag->maRegion.mpStr); } #endif + } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
