i18npool/inc/cclass_unicode.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0c0258ae9f7adfe17fc2e357b86006dbb4497ff4
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Dec 13 18:08:48 2013 +0100

    cclass_Unicode failed to actually implement XServiceInfo
    
    Change-Id: I823c112bca495eb8997f2dc098e712cd745759c5

diff --git a/i18npool/inc/cclass_unicode.hxx b/i18npool/inc/cclass_unicode.hxx
index d5982e0..53e7e37 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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to