diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-09-04 13:42:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-09-04 13:42:58 +0200 |
commit | 10bf5f34a851cd363d36507aedd6423be097fe93 (patch) | |
tree | db72a3525c3a4f5f78ccdc6bf9c228c60ee50d0c /xmlsecurity/inc | |
parent | 62c6e17fc03ae54cf3f6b667cf8ba205b92996a5 (diff) |
loplugin:dyncastvisibility
Change-Id: I50c89b310da84e3d6a47b18114c20b4c35628a50
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/framework/securityengine.hxx | 2 |
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, |