diff options
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx | 4 | ||||
-rw-r--r-- | xmlsecurity/inc/xmlsignaturehelper.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx b/xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx index 8f5695d10dfe..527564fd30c9 100644 --- a/xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx +++ b/xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx @@ -33,7 +33,7 @@ #include <libxml/tree.h> -class XSECXMLSEC_DLLPUBLIC XMLDocumentWrapper_XmlSecImpl final : public cppu::WeakImplHelper +class XMLDocumentWrapper_XmlSecImpl final : public cppu::WeakImplHelper < css::xml::wrapper::XXMLDocumentWrapper, css::xml::sax::XDocumentHandler, @@ -116,7 +116,7 @@ private: void rebuildIDLink( xmlNodePtr pNode ) const; public: - XMLDocumentWrapper_XmlSecImpl(); + XSECXMLSEC_DLLPUBLIC XMLDocumentWrapper_XmlSecImpl(); virtual ~XMLDocumentWrapper_XmlSecImpl() override; /* css::xml::wrapper::XXMLDocumentWrapper */ diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsignaturehelper.hxx index d6e2b90eebac..8572c73a327e 100644 --- a/xmlsecurity/inc/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsignaturehelper.hxx @@ -60,7 +60,7 @@ namespace com::sun::star::xml::sax { class XWriter; } **********************************************************/ -class XMLSECURITY_DLLPUBLIC XMLSignatureHelper +class XMLSignatureHelper { private: css::uno::Reference< css::uno::XComponentContext > mxCtx; @@ -83,7 +83,7 @@ public: // Set the storage which should be used by the default UriBinding // Must be set before StartMission(). //sODFVersion indicates the ODF version - void SetStorage( const css::uno::Reference < css::embed::XStorage >& rxStorage, std::u16string_view sODFVersion ); + XMLSECURITY_DLLPUBLIC void SetStorage( const css::uno::Reference < css::embed::XStorage >& rxStorage, std::u16string_view sODFVersion ); // Argument for the Link is a uno::Reference< xml::sax::XAttributeList >* // Return 1 to verify, 0 to skip. |