summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/framework/signatureengine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/framework/signatureengine.hxx')
-rw-r--r--xmlsecurity/inc/framework/signatureengine.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlsecurity/inc/framework/signatureengine.hxx b/xmlsecurity/inc/framework/signatureengine.hxx
index a173fa52c7e4..6df21a822780 100644
--- a/xmlsecurity/inc/framework/signatureengine.hxx
+++ b/xmlsecurity/inc/framework/signatureengine.hxx
@@ -33,9 +33,11 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase.hxx>
+#include <rtl/ref.hxx>
#include "xsecfwdllapi.h"
#include "securityengine.hxx"
+#include "xmlsignaturetemplateimpl.hxx"
#include <vector>
@@ -97,8 +99,7 @@ protected:
*/
/// @throws css::uno::Exception
/// @throws css::uno::RuntimeException
- virtual void startEngine( const css::uno::Reference<
- css::xml::crypto::XXMLSignatureTemplate >&)
+ virtual void startEngine( const rtl::Reference<XMLSignatureTemplateImpl>&)
{};
public: