diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-06-16 15:30:30 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-06-21 22:16:55 +0200 |
commit | b22fb3daf9a4af2991187aa909260ffdb0222f4d (patch) | |
tree | f25eeaffd2c0073b60a080bbe356458de2d4481a /xmlsecurity/inc | |
parent | 9b8197ab0de4a264c139546f420c913535d28dcf (diff) |
gpg4libre: Having this dllpublic should be fine now since it's in inc/
Change-Id: I79c132e717a62c6274eeafe33d732616cbd6a5a6
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/gpg/xmlsignature_gpgimpl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlsecurity/inc/gpg/xmlsignature_gpgimpl.hxx b/xmlsecurity/inc/gpg/xmlsignature_gpgimpl.hxx index 96dfa0c39f3e..913053b7a4f0 100644 --- a/xmlsecurity/inc/gpg/xmlsignature_gpgimpl.hxx +++ b/xmlsecurity/inc/gpg/xmlsignature_gpgimpl.hxx @@ -36,7 +36,6 @@ #include <com/sun/star/xml/crypto/XXMLSignatureTemplate.hpp> #include <com/sun/star/xml/crypto/XXMLSecurityContext.hpp> -// TODO: hack, remove dllpublic again... class XSECGPG_DLLPUBLIC XMLSignature_GpgImpl : public ::cppu::WeakImplHelper< css::xml::crypto::XXMLSignature , css::lang::XServiceInfo > |