solenv/clang-format/excludelist                  |    4 ++--
 xmlsecurity/IwyuFilter_xmlsecurity.yaml          |    4 ++--
 xmlsecurity/Library_xmlsecurity.mk               |    2 +-
 xmlsecurity/inc/xsecctl.hxx                      |    2 +-
 xmlsecurity/source/helper/UriBindingHelper.cxx   |    2 +-
 xmlsecurity/source/helper/xmlsignaturehelper.cxx |    2 +-
 xmlsecurity/source/helper/xsecctl.cxx            |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit b3a56273a388c44d0fcf0aff0d06b5414f2e3397
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Wed May 19 06:52:55 2021 +0200
Commit:     Jan-Marek Glogowski <glo...@fbihome.de>
CommitDate: Tue Jun 1 22:07:33 2021 +0200

    xmlsec: rename xmlsignaturehelper2 files
    
    Change-Id: I1fe7b2f3e265f05c795689bf4e98e7005ef42cfd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116557
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <glo...@fbihome.de>

diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index 4686197ed86d..ec136c66d917 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -16170,10 +16170,10 @@ xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx
 xmlsecurity/inc/gpg/SEInitializer.hxx
 xmlsecurity/inc/gpg/xmlsignature_gpgimpl.hxx
 xmlsecurity/inc/macrosecurity.hxx
+xmlsecurity/inc/UriBindingHelper.hxx
 xmlsecurity/inc/xmlsec/saxhelper.hxx
 xmlsecurity/inc/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
 xmlsecurity/inc/xmlsignaturehelper.hxx
-xmlsecurity/inc/xmlsignaturehelper2.hxx
 xmlsecurity/inc/xsecctl.hxx
 xmlsecurity/qa/certext/SanCertExt.cxx
 xmlsecurity/source/component/certificatecontainer.cxx
@@ -16203,8 +16203,8 @@ xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx
 xmlsecurity/source/helper/documentsignaturehelper.cxx
 xmlsecurity/source/helper/ooxmlsecparser.cxx
 xmlsecurity/source/helper/ooxmlsecparser.hxx
+xmlsecurity/source/helper/UriBindingHelper.cxx
 xmlsecurity/source/helper/xmlsignaturehelper.cxx
-xmlsecurity/source/helper/xmlsignaturehelper2.cxx
 xmlsecurity/source/helper/xsecctl.cxx
 xmlsecurity/source/helper/xsecparser.cxx
 xmlsecurity/source/helper/xsecparser.hxx
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
similarity index 100%
rename from xmlsecurity/inc/xmlsignaturehelper2.hxx
rename to 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
similarity index 99%
rename from xmlsecurity/source/helper/xmlsignaturehelper2.cxx
rename to 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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to