diff options
-rw-r--r-- | i18npool/source/languagetag/languagetag.cxx | 4 | ||||
-rw-r--r-- | i18npool/source/languagetag/simple-langtag.cxx | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/source/languagetag/languagetag.cxx b/i18npool/source/languagetag/languagetag.cxx index d7c6b0f79f68..caaf0cc9418f 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 7fd735e04d22..d05ab4236a4b 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: */ |