summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:27:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:46 +0200
commit35a2b55a13be84b7ff47133083cfa0a988e1455f (patch)
tree03c43703c621d19e5b506c17a136cd81ddbb23b7 /xmlsecurity/source/helper
parent090e9ecd0960e6027cfaaf4600e95dc311524143 (diff)
loplugin:includeform: xmlsecurity
Change-Id: I9c3eca51fec52a255fcf280fe4e5ecc2ebbee5f3
Diffstat (limited to 'xmlsecurity/source/helper')
-rw-r--r--xmlsecurity/source/helper/documentsignaturehelper.cxx2
-rw-r--r--xmlsecurity/source/helper/documentsignaturemanager.cxx2
-rw-r--r--xmlsecurity/source/helper/ooxmlsecexporter.cxx4
-rw-r--r--xmlsecurity/source/helper/ooxmlsecparser.cxx2
-rw-r--r--xmlsecurity/source/helper/ooxmlsecparser.hxx2
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper.cxx2
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx12
-rw-r--r--xmlsecurity/source/helper/xsecparser.cxx2
-rw-r--r--xmlsecurity/source/helper/xsecparser.hxx2
-rw-r--r--xmlsecurity/source/helper/xsecsign.cxx6
-rw-r--r--xmlsecurity/source/helper/xsecverify.cxx10
11 files changed, 23 insertions, 23 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx
index 43bc7eb5eadb..509d3699a294 100644
--- a/xmlsecurity/source/helper/documentsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx
@@ -40,7 +40,7 @@
#include <rtl/uri.hxx>
#include <xmloff/attrlist.hxx>
-#include "xsecctl.hxx"
+#include <xsecctl.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
diff --git a/xmlsecurity/source/helper/documentsignaturemanager.cxx b/xmlsecurity/source/helper/documentsignaturemanager.cxx
index f886b4654dd7..78ce27d18dae 100644
--- a/xmlsecurity/source/helper/documentsignaturemanager.cxx
+++ b/xmlsecurity/source/helper/documentsignaturemanager.cxx
@@ -18,7 +18,7 @@
*/
#include <documentsignaturemanager.hxx>
-#include "gpg/SEInitializer.hxx"
+#include <gpg/SEInitializer.hxx>
#include <com/sun/star/embed/StorageFormats.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
diff --git a/xmlsecurity/source/helper/ooxmlsecexporter.cxx b/xmlsecurity/source/helper/ooxmlsecexporter.cxx
index 8b50019d5c92..87f94958629c 100644
--- a/xmlsecurity/source/helper/ooxmlsecexporter.cxx
+++ b/xmlsecurity/source/helper/ooxmlsecexporter.cxx
@@ -22,8 +22,8 @@
#include <unotools/datetime.hxx>
#include <xmloff/attrlist.hxx>
-#include "documentsignaturehelper.hxx"
-#include "xsecctl.hxx"
+#include <documentsignaturehelper.hxx>
+#include <xsecctl.hxx>
using namespace com::sun::star;
diff --git a/xmlsecurity/source/helper/ooxmlsecparser.cxx b/xmlsecurity/source/helper/ooxmlsecparser.cxx
index ed93da0fcca4..b936254cc5c3 100644
--- a/xmlsecurity/source/helper/ooxmlsecparser.cxx
+++ b/xmlsecurity/source/helper/ooxmlsecparser.cxx
@@ -9,7 +9,7 @@
#include "ooxmlsecparser.hxx"
-#include "xmlsignaturehelper.hxx"
+#include <xmlsignaturehelper.hxx>
using namespace com::sun::star;
diff --git a/xmlsecurity/source/helper/ooxmlsecparser.hxx b/xmlsecurity/source/helper/ooxmlsecparser.hxx
index bcaa581e4226..5da50e3a423a 100644
--- a/xmlsecurity/source/helper/ooxmlsecparser.hxx
+++ b/xmlsecurity/source/helper/ooxmlsecparser.hxx
@@ -17,7 +17,7 @@
#include <cppuhelper/implbase.hxx>
-#include "xsecctl.hxx"
+#include <xsecctl.hxx>
/// Parses an OOXML digital signature.
class OOXMLSecParser: public cppu::WeakImplHelper
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index c6cf9fbf9e4c..bcfc19936688 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -20,7 +20,7 @@
#include <xmlsignaturehelper.hxx>
#include <documentsignaturehelper.hxx>
-#include "xsecctl.hxx"
+#include <xsecctl.hxx>
#include "xmlsignaturehelper2.hxx"
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 26b29fba6765..fe87473f3ff8 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -18,12 +18,12 @@
*/
-#include "xsecctl.hxx"
-#include "documentsignaturehelper.hxx"
-#include "framework/saxeventkeeperimpl.hxx"
-#include "xmlsec/xmldocumentwrapper_xmlsecimpl.hxx"
+#include <xsecctl.hxx>
+#include <documentsignaturehelper.hxx>
+#include <framework/saxeventkeeperimpl.hxx>
+#include <xmlsec/xmldocumentwrapper_xmlsecimpl.hxx>
#if !defined(MACOSX) && !defined(WNT) && !defined(ANDROID)
-# include "gpg/xmlsignature_gpgimpl.hxx"
+# include <gpg/xmlsignature_gpgimpl.hxx>
#endif
#include <com/sun/star/xml/crypto/sax/ElementMarkPriority.hpp>
@@ -42,7 +42,7 @@
#include <unotools/datetime.hxx>
#include <comphelper/ofopxmlhelper.hxx>
#include <sax/tools/converter.hxx>
-#include <ooxmlsecexporter.hxx>
+#include "ooxmlsecexporter.hxx"
namespace cssu = com::sun::star::uno;
namespace cssl = com::sun::star::lang;
diff --git a/xmlsecurity/source/helper/xsecparser.cxx b/xmlsecurity/source/helper/xsecparser.cxx
index 81b7ebf7e630..50c13dc95bee 100644
--- a/xmlsecurity/source/helper/xsecparser.cxx
+++ b/xmlsecurity/source/helper/xsecparser.cxx
@@ -19,7 +19,7 @@
#include "xsecparser.hxx"
-#include "xmlsignaturehelper.hxx"
+#include <xmlsignaturehelper.hxx>
#include <com/sun/star/xml/sax/SAXException.hpp>
#include <cppuhelper/exc_hlp.hxx>
diff --git a/xmlsecurity/source/helper/xsecparser.hxx b/xmlsecurity/source/helper/xsecparser.hxx
index f2f59185d54d..8376a48b69cd 100644
--- a/xmlsecurity/source/helper/xsecparser.hxx
+++ b/xmlsecurity/source/helper/xsecparser.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_XMLSECURITY_SOURCE_HELPER_XSECPARSER_HXX
#define INCLUDED_XMLSECURITY_SOURCE_HELPER_XSECPARSER_HXX
-#include "xsecctl.hxx"
+#include <xsecctl.hxx>
#include <com/sun/star/xml/sax/XParser.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
diff --git a/xmlsecurity/source/helper/xsecsign.cxx b/xmlsecurity/source/helper/xsecsign.cxx
index f55c57910443..65cb3ddac800 100644
--- a/xmlsecurity/source/helper/xsecsign.cxx
+++ b/xmlsecurity/source/helper/xsecsign.cxx
@@ -18,7 +18,7 @@
*/
-#include "xsecctl.hxx"
+#include <xsecctl.hxx>
#include <com/sun/star/xml/crypto/sax/ElementMarkPriority.hpp>
#include <com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.hpp>
@@ -29,8 +29,8 @@
#include <com/sun/star/embed/StorageFormats.hpp>
#include <rtl/uuid.h>
-#include "framework/signaturecreatorimpl.hxx"
-#include "framework/saxeventkeeperimpl.hxx"
+#include <framework/signaturecreatorimpl.hxx>
+#include <framework/saxeventkeeperimpl.hxx>
using namespace com::sun::star;
namespace cssu = com::sun::star::uno;
diff --git a/xmlsecurity/source/helper/xsecverify.cxx b/xmlsecurity/source/helper/xsecverify.cxx
index 6b2031b82607..accb6d9103ae 100644
--- a/xmlsecurity/source/helper/xsecverify.cxx
+++ b/xmlsecurity/source/helper/xsecverify.cxx
@@ -18,13 +18,13 @@
*/
-#include "xsecctl.hxx"
+#include <xsecctl.hxx>
#include "xsecparser.hxx"
#include "ooxmlsecparser.hxx"
-#include "framework/signatureverifierimpl.hxx"
-#include "framework/saxeventkeeperimpl.hxx"
-#include "gpg/xmlsignature_gpgimpl.hxx"
-#include "gpg/SEInitializer.hxx"
+#include <framework/signatureverifierimpl.hxx>
+#include <framework/saxeventkeeperimpl.hxx>
+#include <gpg/xmlsignature_gpgimpl.hxx>
+#include <gpg/SEInitializer.hxx>
#include <com/sun/star/xml/crypto/sax/XKeyCollector.hpp>
#include <com/sun/star/xml/crypto/sax/ElementMarkPriority.hpp>