summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-05-19 06:52:55 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2021-06-01 22:07:33 +0200
commitb3a56273a388c44d0fcf0aff0d06b5414f2e3397 (patch)
tree42a600f9e6167f44cb199a0784773cc5afff2191 /xmlsecurity
parent75458bfab180a57597e674d38e2953c440cf118d (diff)
xmlsec: rename xmlsignaturehelper2 files
Change-Id: I1fe7b2f3e265f05c795689bf4e98e7005ef42cfd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116557 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/IwyuFilter_xmlsecurity.yaml4
-rw-r--r--xmlsecurity/Library_xmlsecurity.mk2
-rw-r--r--xmlsecurity/inc/UriBindingHelper.hxx (renamed from xmlsecurity/inc/xmlsignaturehelper2.hxx)0
-rw-r--r--xmlsecurity/inc/xsecctl.hxx2
-rw-r--r--xmlsecurity/source/helper/UriBindingHelper.cxx (renamed from xmlsecurity/source/helper/xmlsignaturehelper2.cxx)2
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper.cxx2
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/xmlsecurity/IwyuFilter_xmlsecurity.yaml b/xmlsecurity/IwyuFilter_xmlsecurity.yaml
index d661c39a39f6..b3ea0f00e194 100644
--- a/xmlsecurity/IwyuFilter_xmlsecurity.yaml
+++ b/xmlsecurity/IwyuFilter_xmlsecurity.yaml
@@ -4,7 +4,7 @@ excludelist:
xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx:
# complete type is needed
- com/sun/star/security/DocumentSignatureInformation.hpp
- xmlsecurity/inc/xmlsignaturehelper2.hxx:
+ xmlsecurity/inc/UriBindingHelper.hxx:
# Base class needs complete type
- com/sun/star/xml/crypto/XUriBinding.hpp
xmlsecurity/inc/xsecctl.hxx:
@@ -13,7 +13,7 @@ excludelist:
- com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.hpp
- com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.hpp
# Needed on WIN32 for rtl::Reference<UriBindingHelper> to compile
- - xmlsignaturehelper2.hxx
+ - UriBindingHelper.hxx
xmlsecurity/inc/framework/securityengine.hxx:
# Base class needs complete type
- com/sun/star/xml/crypto/XXMLSignature.hpp
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk
index 1e974297f43e..be879e655c9b 100644
--- a/xmlsecurity/Library_xmlsecurity.mk
+++ b/xmlsecurity/Library_xmlsecurity.mk
@@ -69,8 +69,8 @@ $(eval $(call gb_Library_add_exception_objects,xmlsecurity,\
xmlsecurity/source/helper/ooxmlsecparser \
xmlsecurity/source/helper/ooxmlsecexporter \
xmlsecurity/source/helper/pdfsignaturehelper \
- xmlsecurity/source/helper/xmlsignaturehelper2 \
xmlsecurity/source/helper/xmlsignaturehelper \
+ xmlsecurity/source/helper/UriBindingHelper \
xmlsecurity/source/helper/xsecctl \
xmlsecurity/source/helper/xsecparser \
xmlsecurity/source/helper/xsecsign \
diff --git a/xmlsecurity/inc/xmlsignaturehelper2.hxx b/xmlsecurity/inc/UriBindingHelper.hxx
index 67c9ae69f8ba..67c9ae69f8ba 100644
--- a/xmlsecurity/inc/xmlsignaturehelper2.hxx
+++ b/xmlsecurity/inc/UriBindingHelper.hxx
diff --git a/xmlsecurity/inc/xsecctl.hxx b/xmlsecurity/inc/xsecctl.hxx
index 9fa4fec004a0..9ec53ecca6bb 100644
--- a/xmlsecurity/inc/xsecctl.hxx
+++ b/xmlsecurity/inc/xsecctl.hxx
@@ -30,7 +30,7 @@
#include <vector>
-#include "xmlsignaturehelper2.hxx"
+#include "UriBindingHelper.hxx"
namespace com::sun::star::embed { class XStorage; }
namespace com::sun::star::graphic { class XGraphic; }
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx b/xmlsecurity/source/helper/UriBindingHelper.cxx
index 1a7a33459572..f6c36d2c8b36 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx
+++ b/xmlsecurity/source/helper/UriBindingHelper.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <xmlsignaturehelper2.hxx>
+#include <UriBindingHelper.hxx>
#include <tools/solar.h>
#include <unotools/streamhelper.hxx>
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index c77491558380..3dda90fa2b02 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -23,7 +23,7 @@
#include <xsecctl.hxx>
#include <biginteger.hxx>
-#include <xmlsignaturehelper2.hxx>
+#include <UriBindingHelper.hxx>
#include <tools/datetime.hxx>
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 1bf0ffad199b..8ae170995d19 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -39,7 +39,7 @@
#include <sal/log.hxx>
#include <unotools/datetime.hxx>
#include "ooxmlsecexporter.hxx"
-#include <xmlsignaturehelper2.hxx>
+#include <UriBindingHelper.hxx>
using namespace com::sun::star;