diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-13 18:08:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-13 18:09:10 +0100 |
commit | 0c0258ae9f7adfe17fc2e357b86006dbb4497ff4 (patch) | |
tree | dc4904b60f3bb9d4dfea60ec744990409cf0d0ea /i18npool | |
parent | 62a0a37bad348489222b0cbe8254977c369684a1 (diff) |
cclass_Unicode failed to actually implement XServiceInfo
Change-Id: I823c112bca495eb8997f2dc098e712cd745759c5
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/cclass_unicode.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/inc/cclass_unicode.hxx b/i18npool/inc/cclass_unicode.hxx index d5982e025ef3..53e7e37999b6 100644 --- a/i18npool/inc/cclass_unicode.hxx +++ b/i18npool/inc/cclass_unicode.hxx @@ -22,7 +22,7 @@ #include <com/sun/star/i18n/XNativeNumberSupplier.hpp> #include <com/sun/star/i18n/XCharacterClassification.hpp> #include <com/sun/star/i18n/XLocaleData4.hpp> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase2.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #define TRANSLITERATION_casemapping @@ -32,7 +32,7 @@ namespace com { namespace sun { namespace star { namespace i18n { typedef sal_uInt32 UPT_FLAG_TYPE; -class cclass_Unicode : public cppu::WeakImplHelper1 < XCharacterClassification > +class cclass_Unicode : public cppu::WeakImplHelper2 < XCharacterClassification, css::lang::XServiceInfo > { public: cclass_Unicode(const com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext >& rxContext ); |