summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 11:57:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:27 +0200
commit4671e7b8a40fd296d907248f7dcecbc6d29315fa (patch)
treed8efe95f1177a785d6752a81cbaa52d6f78185bb /xmlsecurity/source/helper
parentbd8b38be3d0c54085875a8b28a3fec33291bb018 (diff)
fix-includes.pl: xmlsecurity
Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262
Diffstat (limited to 'xmlsecurity/source/helper')
-rw-r--r--xmlsecurity/source/helper/documentsignaturehelper.cxx6
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper.cxx4
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper2.cxx4
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx2
-rw-r--r--xmlsecurity/source/helper/xsecparser.cxx2
-rw-r--r--xmlsecurity/source/helper/xsecparser.hxx2
-rw-r--r--xmlsecurity/source/helper/xsecsign.cxx2
-rw-r--r--xmlsecurity/source/helper/xsecverify.cxx2
8 files changed, 12 insertions, 12 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx
index 41d0babf1a2f..46fe20b59e56 100644
--- a/xmlsecurity/source/helper/documentsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx
@@ -25,11 +25,11 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
-#include "com/sun/star/beans/XPropertySet.hpp"
+#include <com/sun/star/beans/XPropertySet.hpp>
-#include "comphelper/documentconstants.hxx"
+#include <comphelper/documentconstants.hxx>
#include <tools/debug.hxx>
-#include "rtl/uri.hxx"
+#include <rtl/uri.hxx>
using namespace ::com::sun::star::uno;
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index 9b5b5f1c47ca..2722ca4fa68e 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -20,9 +20,9 @@
#include <xmlsecurity/xmlsignaturehelper.hxx>
#include <xmlsecurity/documentsignaturehelper.hxx>
-#include <xsecctl.hxx>
+#include "xsecctl.hxx"
-#include <xmlsignaturehelper2.hxx>
+#include "xmlsignaturehelper2.hxx"
#include <tools/stream.hxx>
#include <tools/debug.hxx>
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx b/xmlsecurity/source/helper/xmlsignaturehelper2.cxx
index 6dd1bfac9ce9..cda4ce6da1fe 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper2.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper2.cxx
@@ -18,7 +18,7 @@
*/
#include <xmlsecurity/xmlsignaturehelper.hxx>
-#include <xmlsignaturehelper2.hxx>
+#include "xmlsignaturehelper2.hxx"
#include <tools/solar.h>
#include <unotools/streamhelper.hxx>
@@ -27,7 +27,7 @@
#include <com/sun/star/embed/XStorageRawAccess.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
-#include "rtl/uri.hxx"
+#include <rtl/uri.hxx>
using namespace com::sun::star;
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 369e6dc82dd5..7fdddc37b0b9 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -18,7 +18,7 @@
*/
-#include <xsecctl.hxx>
+#include "xsecctl.hxx"
#include <tools/debug.hxx>
#include <com/sun/star/xml/crypto/sax/ElementMarkPriority.hpp>
diff --git a/xmlsecurity/source/helper/xsecparser.cxx b/xmlsecurity/source/helper/xsecparser.cxx
index b6639750c1f7..de675e135c5d 100644
--- a/xmlsecurity/source/helper/xsecparser.cxx
+++ b/xmlsecurity/source/helper/xsecparser.cxx
@@ -20,7 +20,7 @@
#include "xsecparser.hxx"
#include <tools/debug.hxx>
-#include "cppuhelper/exc_hlp.hxx"
+#include <cppuhelper/exc_hlp.hxx>
#include <string.h>
diff --git a/xmlsecurity/source/helper/xsecparser.hxx b/xmlsecurity/source/helper/xsecparser.hxx
index 43e0d892531a..ae8671e57f83 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 baedd74150ac..a44aa7c151e2 100644
--- a/xmlsecurity/source/helper/xsecsign.cxx
+++ b/xmlsecurity/source/helper/xsecsign.cxx
@@ -18,7 +18,7 @@
*/
-#include <xsecctl.hxx>
+#include "xsecctl.hxx"
#include <tools/debug.hxx>
#include <com/sun/star/xml/crypto/sax/XKeyCollector.hpp>
diff --git a/xmlsecurity/source/helper/xsecverify.cxx b/xmlsecurity/source/helper/xsecverify.cxx
index 10fdd16bf0a5..14896354edf3 100644
--- a/xmlsecurity/source/helper/xsecverify.cxx
+++ b/xmlsecurity/source/helper/xsecverify.cxx
@@ -18,7 +18,7 @@
*/
-#include <xsecctl.hxx>
+#include "xsecctl.hxx"
#include "xsecparser.hxx"
#include <tools/debug.hxx>