summaryrefslogtreecommitdiff
path: root/i18npool/source/transliteration/texttonum.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/transliteration/texttonum.cxx')
-rw-r--r--i18npool/source/transliteration/texttonum.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/transliteration/texttonum.cxx b/i18npool/source/transliteration/texttonum.cxx
index 188b37460eab..5fd0e898de96 100644
--- a/i18npool/source/transliteration/texttonum.cxx
+++ b/i18npool/source/transliteration/texttonum.cxx
@@ -21,7 +21,7 @@
using namespace com::sun::star::uno;
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18npool {
#define TRANSLITERATION_TEXTTONUM( name ) \
TextToNum##name::TextToNum##name() \
@@ -47,6 +47,6 @@ TRANSLITERATION_TEXTTONUM( KanjiLongModern_ja_JP)
#undef TRANSLITERATION_TEXTTONUM
-} } } }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */