summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/framework/signatureengine.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-09-14 10:19:13 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-09-14 06:24:12 +0000
commit889d825879d1f044986c00a8038196bdb53e50dd (patch)
tree2d3dc594795ceef093ec66c6c9b914ff283ad68c /xmlsecurity/source/framework/signatureengine.hxx
parentbfa272ca42f347030bd25c8a3b36505012b051ae (diff)
xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: Ie8f972330f6bc88e205290dcbe666895b7bad43f Reviewed-on: https://gerrit.libreoffice.org/18557 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlsecurity/source/framework/signatureengine.hxx')
-rw-r--r--xmlsecurity/source/framework/signatureengine.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/framework/signatureengine.hxx b/xmlsecurity/source/framework/signatureengine.hxx
index 23c7cdedf3c4..d9625e73e014 100644
--- a/xmlsecurity/source/framework/signatureengine.hxx
+++ b/xmlsecurity/source/framework/signatureengine.hxx
@@ -32,13 +32,13 @@
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include "securityengine.hxx"
#include <vector>
-class SignatureEngine : public cppu::ImplInheritanceHelper2
+class SignatureEngine : public cppu::ImplInheritanceHelper
<
SecurityEngine,
com::sun::star::xml::crypto::sax::XReferenceCollector,