summaryrefslogtreecommitdiffstats
path: root/i18npool/source/textconversion/textconversion_ko.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-11 12:37:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-11 12:37:10 +0200
commit63bc11b81f8af188564a385c1e501fd7334c343d (patch)
treebe7a5c875e94beae80801ccf4a580dc2c828d2d1 /i18npool/source/textconversion/textconversion_ko.cxx
parentAvoid name clash with generated C++ class corresponding to UNOIDL service (diff)
downloadcore-63bc11b81f8af188564a385c1e501fd7334c343d.tar.gz
core-63bc11b81f8af188564a385c1e501fd7334c343d.zip
Avoid name clash with generated C++ class corresponding to UNOIDL service
Change-Id: Id8201bc91c8e398b972b7294b8916d4ac76c787d
Diffstat (limited to 'i18npool/source/textconversion/textconversion_ko.cxx')
-rw-r--r--i18npool/source/textconversion/textconversion_ko.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/textconversion/textconversion_ko.cxx b/i18npool/source/textconversion/textconversion_ko.cxx
index 24231800d1d3..02dc72e9d307 100644
--- a/i18npool/source/textconversion/textconversion_ko.cxx
+++ b/i18npool/source/textconversion/textconversion_ko.cxx
@@ -41,7 +41,7 @@ namespace com { namespace sun { namespace star { namespace i18n {
#define SCRIPT_HANGUL 2
TextConversion_ko::TextConversion_ko( const Reference < XComponentContext >& xContext )
- : TextConversion("com.sun.star.i18n.TextConversion_ko")
+ : TextConversionService("com.sun.star.i18n.TextConversion_ko")
{
Reference < XInterface > xI;