diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-01 21:17:08 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-02 08:07:52 +0100 |
commit | 4bb67227c142b7a549d3aa2024e398049e8e3222 (patch) | |
tree | d02ac5b5e558e30abe7c463066ce7fc0e62eb95a /solenv | |
parent | 312c0abcff23a5bc7cf4442359ec48187ec06d48 (diff) |
xmlsecurity: create XMLElementWrapper instances with a constructor
Change-Id: I0fe7d0a21b0ea35b537466316a637a0a46c52fe5
Reviewed-on: https://gerrit.libreoffice.org/50601
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 9ab96f7e1473..41e3a7a55169 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -19676,7 +19676,6 @@ xmlsecurity/inc/xmlsec-wrapper.h xmlsecurity/inc/xmlsec/errorcallback.hxx xmlsecurity/inc/xmlsec/saxhelper.hxx xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx -xmlsecurity/inc/xmlsec/xmlelementwrapper_xmlsecimpl.hxx xmlsecurity/inc/xmlsec/xmlsec_init.hxx xmlsecurity/inc/xmlsec/xmlstreamio.hxx xmlsecurity/inc/xmlsecuritydllapi.h @@ -19786,6 +19785,7 @@ xmlsecurity/source/xmlsec/nss/xsec_nss.cxx xmlsecurity/source/xmlsec/saxhelper.cxx xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx +xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx xmlsecurity/source/xmlsec/xmlsec_init.cxx xmlsecurity/source/xmlsec/xmlstreamio.cxx xmlsecurity/source/xmlsec/xsec_xmlsec.cxx |