From 6ce77cac03123f2bf5c9b6698a3f80e32d7fbe85 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Oct 2017 14:16:24 +0200 Subject: move stuff in i18npool/i18nutil in own namespace instead of trying to share the css::i18n namespace, which is just very confusing and should be left to actual UNO artifacts Change-Id: I2f5c36bf1af9a2a98c4f997dd450d015e75ed3f6 Reviewed-on: https://gerrit.libreoffice.org/43079 Tested-by: Jenkins Reviewed-by: Noel Grandin --- i18npool/source/transliteration/chartonum.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i18npool/source/transliteration/chartonum.cxx') diff --git a/i18npool/source/transliteration/chartonum.cxx b/i18npool/source/transliteration/chartonum.cxx index f719d82d457e..80fae61928bf 100644 --- a/i18npool/source/transliteration/chartonum.cxx +++ b/i18npool/source/transliteration/chartonum.cxx @@ -23,7 +23,7 @@ using namespace com::sun::star::uno; -namespace com { namespace sun { namespace star { namespace i18n { +namespace i18npool { #define TRANSLITERATION_CHARTONUM( name ) \ CharToNum##name::CharToNum##name() \ @@ -50,6 +50,6 @@ TRANSLITERATION_CHARTONUM( _th) #undef TRANSLITERATION_CHARTONUM -} } } } +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit