summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/encryptionengine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/framework/encryptionengine.hxx')
-rw-r--r--xmlsecurity/source/framework/encryptionengine.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/framework/encryptionengine.hxx b/xmlsecurity/source/framework/encryptionengine.hxx
index e8cdda4b7303..dc8e0b6a381a 100644
--- a/xmlsecurity/source/framework/encryptionengine.hxx
+++ b/xmlsecurity/source/framework/encryptionengine.hxx
@@ -28,7 +28,7 @@
#include <com/sun/star/xml/crypto/sax/XSAXEventKeeper.hpp>
#include <com/sun/star/xml/crypto/XXMLSecurityContext.hpp>
#include <com/sun/star/xml/crypto/XXMLEncryption.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include "securityengine.hxx"
@@ -36,7 +36,7 @@ namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
} } } }
-class EncryptionEngine : public cppu::ImplInheritanceHelper1
+class EncryptionEngine : public cppu::ImplInheritanceHelper
<
SecurityEngine,
com::sun::star::xml::crypto::sax::XBlockerMonitor