summaryrefslogtreecommitdiff
path: root/i18npool/source/transliteration/textToPronounce_zh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/transliteration/textToPronounce_zh.cxx')
-rw-r--r--i18npool/source/transliteration/textToPronounce_zh.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/source/transliteration/textToPronounce_zh.cxx b/i18npool/source/transliteration/textToPronounce_zh.cxx
index a46889f4f724..be3c1f5815b1 100644
--- a/i18npool/source/transliteration/textToPronounce_zh.cxx
+++ b/i18npool/source/transliteration/textToPronounce_zh.cxx
@@ -25,9 +25,10 @@
#include <textToPronounce_zh.hxx>
+using namespace com::sun::star::i18n;
using namespace com::sun::star::uno;
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18npool {
sal_Int16 SAL_CALL TextToPronounce_zh::getType()
{
@@ -187,6 +188,6 @@ TextToPronounce_zh::~TextToPronounce_zh()
if (hModule) osl_unloadModule(hModule);
#endif
}
-} } } }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */