diff options
Diffstat (limited to 'i18npool/source/textconversion/textconversion_ko.cxx')
-rw-r--r-- | i18npool/source/textconversion/textconversion_ko.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/textconversion/textconversion_ko.cxx b/i18npool/source/textconversion/textconversion_ko.cxx index 645acc93144c..23fabd706df1 100644 --- a/i18npool/source/textconversion/textconversion_ko.cxx +++ b/i18npool/source/textconversion/textconversion_ko.cxx @@ -35,7 +35,7 @@ using namespace com::sun::star::linguistic2; using namespace com::sun::star::uno; -namespace com { namespace sun { namespace star { namespace i18n { +namespace i18npool { #define SCRIPT_OTHERS 0 #define SCRIPT_HANJA 1 @@ -348,6 +348,6 @@ TextConversion_ko::interactiveConversion( const Locale& /*rLocale*/, sal_Int16 / return true; } -} } } } +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |