summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-06-05 15:22:49 +0200
committerNoel Grandin <noel@peralex.com>2013-06-05 15:22:49 +0200
commitd11e59088fc747a338572bdd62c738e364c0332a (patch)
treea6a0146d7b0ab4563fdae326e32b23ec640020d7 /xmlsecurity
parent75a87d9bc25c9c74810591bbfa560b0f7184e940 (diff)
fix superclass-constructor call.
Was introduced in commit a4196fc3cf1e20e32cda9477a33ff56515f0c24e "fdo#46808, Convert XMultiServiceFactory in xmlsecurity module" Change-Id: Ie06a3c89e3a8b4cf43e68afd575a0e86b48d6bc2
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/framework/encryptorimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/framework/encryptorimpl.cxx b/xmlsecurity/source/framework/encryptorimpl.cxx
index e2790ac86570..9fb3df75ceee 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;
}