diff options
Diffstat (limited to 'xmlsecurity/source/helper')
-rw-r--r-- | xmlsecurity/source/helper/documentsignaturehelper.cxx | 6 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper.cxx | 4 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper2.cxx | 4 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecparser.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecparser.hxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecsign.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecverify.cxx | 2 |
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> |