summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-09-04 13:42:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-09-04 13:42:58 +0200
commit10bf5f34a851cd363d36507aedd6423be097fe93 (patch)
treedb72a3525c3a4f5f78ccdc6bf9c228c60ee50d0c /xmlsecurity/inc/framework
parent62c6e17fc03ae54cf3f6b667cf8ba205b92996a5 (diff)
loplugin:dyncastvisibility
Change-Id: I50c89b310da84e3d6a47b18114c20b4c35628a50
Diffstat (limited to 'xmlsecurity/inc/framework')
-rw-r--r--xmlsecurity/inc/framework/securityengine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/framework/securityengine.hxx b/xmlsecurity/inc/framework/securityengine.hxx
index c359431f66ec..b0cb842d5e56 100644
--- a/xmlsecurity/inc/framework/securityengine.hxx
+++ b/xmlsecurity/inc/framework/securityengine.hxx
@@ -29,7 +29,7 @@
#include <cppuhelper/implbase.hxx>
-class SecurityEngine : public cppu::WeakImplHelper
+class SAL_DLLPUBLIC_RTTI SecurityEngine : public cppu::WeakImplHelper
<
css::xml::crypto::sax::XReferenceResolvedListener,
css::xml::crypto::sax::XKeyCollector,