[Libreoffice-commits] core.git: xmlsecurity/source

Noel Grandin noel at peralex.com
Wed Jun 5 06:25:27 PDT 2013


 xmlsecurity/source/framework/encryptorimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d11e59088fc747a338572bdd62c738e364c0332a
Author: Noel Grandin <noel at peralex.com>
Date:   Wed Jun 5 15:22:49 2013 +0200

    fix superclass-constructor call.
    
    Was introduced in commit
       a4196fc3cf1e20e32cda9477a33ff56515f0c24e
       "fdo#46808, Convert XMultiServiceFactory in xmlsecurity module"
    
    Change-Id: Ie06a3c89e3a8b4cf43e68afd575a0e86b48d6bc2

diff --git a/xmlsecurity/source/framework/encryptorimpl.cxx b/xmlsecurity/source/framework/encryptorimpl.cxx
index e2790ac..9fb3df7 100644
--- a/xmlsecurity/source/framework/encryptorimpl.cxx
+++ b/xmlsecurity/source/framework/encryptorimpl.cxx
@@ -32,7 +32,7 @@ namespace cssxw = com::sun::star::xml::wrapper;
 #define SERVICE_NAME "com.sun.star.xml.crypto.sax.Encryptor"
 #define IMPLEMENTATION_NAME "com.sun.star.xml.security.framework.EncryptorImpl"
 
-EncryptorImpl::EncryptorImpl(const Reference<XComponentContext> & xContext) : EncryptorImpl(xContext)
+EncryptorImpl::EncryptorImpl(const Reference<XComponentContext> & xContext) : EncryptorImpl_Base(xContext)
 {
     m_nReferenceId = -1;
 }


More information about the Libreoffice-commits mailing list