diff options
33 files changed, 73 insertions, 73 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/biginteger.hxx b/xmlsecurity/inc/xmlsecurity/biginteger.hxx index 45b2eee8c003..f4f64e23cc93 100644 --- a/xmlsecurity/inc/xmlsecurity/biginteger.hxx +++ b/xmlsecurity/inc/xmlsecurity/biginteger.hxx @@ -24,7 +24,7 @@ #include <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.hxx> -#include "com/sun/star/uno/Sequence.h" +#include <com/sun/star/uno/Sequence.h> OUString bigIntegerToNumericString( const ::com::sun::star::uno::Sequence< sal_Int8 >& serial ); ::com::sun::star::uno::Sequence< sal_Int8 > numericStringToBigInteger ( const OUString& serialNumber ); diff --git a/xmlsecurity/inc/xmlsecurity/xmlsec-wrapper.h b/xmlsecurity/inc/xmlsecurity/xmlsec-wrapper.h index e443b42ad84b..14f1d387105b 100644 --- a/xmlsecurity/inc/xmlsecurity/xmlsec-wrapper.h +++ b/xmlsecurity/inc/xmlsecurity/xmlsec-wrapper.h @@ -20,9 +20,9 @@ #ifndef INCLUDED_XMLSECURITY_INC_XMLSECURITY_XMLSEC_WRAPPER_H #define INCLUDED_XMLSECURITY_INC_XMLSECURITY_XMLSEC_WRAPPER_H -#include "sal/config.h" +#include <sal/config.h> -#include "sal/types.h" +#include <sal/types.h> // Cf. xmlsec's configure.in: #if SAL_TYPES_SIZEOFPOINTER != 4 diff --git a/xmlsecurity/qa/certext/SanCertExt.cxx b/xmlsecurity/qa/certext/SanCertExt.cxx index f5e182b2748a..12f03173d5f0 100644 --- a/xmlsecurity/qa/certext/SanCertExt.cxx +++ b/xmlsecurity/qa/certext/SanCertExt.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "test/officeconnection.hxx" +#include <test/officeconnection.hxx> #include <com/sun/star/security/XSanExtension.hpp> #include <com/sun/star/security/ExtAltNameType.hpp> @@ -27,16 +27,16 @@ #include <com/sun/star/security/XCertificate.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/NamedValue.hpp> -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/Reference.hxx" +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/Reference.hxx> -#include "cppuhelper/bootstrap.hxx" +#include <cppuhelper/bootstrap.hxx> #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "sal/types.h" -#include "comphelper/sequence.hxx" +#include <sal/types.h> +#include <comphelper/sequence.hxx> #include <rtl/ustring.hxx> #include <neon/ne_ssl.h> diff --git a/xmlsecurity/source/component/certificatecontainer.cxx b/xmlsecurity/source/component/certificatecontainer.cxx index 958a7b4babc9..70513b0017e4 100644 --- a/xmlsecurity/source/component/certificatecontainer.cxx +++ b/xmlsecurity/source/component/certificatecontainer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <certificatecontainer.hxx> +#include "certificatecontainer.hxx" #include <cppuhelper/supportsservice.hxx> #include <sal/config.h> diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx index 38239788fa66..42f0bb0c428c 100644 --- a/xmlsecurity/source/component/documentdigitalsignatures.cxx +++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <documentdigitalsignatures.hxx> +#include "documentdigitalsignatures.hxx" #include <xmlsecurity/digitalsignaturesdialog.hxx> #include <xmlsecurity/certificatechooser.hxx> #include <xmlsecurity/certificateviewer.hxx> @@ -40,9 +40,9 @@ #include <unotools/securityoptions.hxx> #include <com/sun/star/security/CertificateValidity.hpp> #include <com/sun/star/security/SerialNumberAdapter.hpp> -#include "comphelper/documentconstants.hxx" +#include <comphelper/documentconstants.hxx> -#include "com/sun/star/lang/IllegalArgumentException.hpp" +#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <stdio.h> diff --git a/xmlsecurity/source/component/documentdigitalsignatures.hxx b/xmlsecurity/source/component/documentdigitalsignatures.hxx index 5b00d6de7e07..cdcdffca9617 100644 --- a/xmlsecurity/source/component/documentdigitalsignatures.hxx +++ b/xmlsecurity/source/component/documentdigitalsignatures.hxx @@ -22,7 +22,7 @@ #include <cppuhelper/implbase2.hxx> -#include "com/sun/star/lang/XInitialization.hpp" +#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/security/XDocumentDigitalSignatures.hpp> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/io/XInputStream.hpp> diff --git a/xmlsecurity/source/component/registerservices.cxx b/xmlsecurity/source/component/registerservices.cxx index 5891487e33bf..8eb5d6a8f85c 100644 --- a/xmlsecurity/source/component/registerservices.cxx +++ b/xmlsecurity/source/component/registerservices.cxx @@ -22,8 +22,8 @@ #include <cppuhelper/factory.hxx> -#include <documentdigitalsignatures.hxx> -#include <certificatecontainer.hxx> +#include "documentdigitalsignatures.hxx" +#include "certificatecontainer.hxx" using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx b/xmlsecurity/source/dialogs/certificatechooser.cxx index d8fb708eaa34..a3c1676f5b1b 100644 --- a/xmlsecurity/source/dialogs/certificatechooser.cxx +++ b/xmlsecurity/source/dialogs/certificatechooser.cxx @@ -29,9 +29,9 @@ #include <com/sun/star/security/CertificateCharacters.hpp> #include <com/sun/star/security/SerialNumberAdapter.hpp> -#include <resourcemanager.hxx> +#include "resourcemanager.hxx" #include <vcl/msgbox.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> using namespace ::com::sun::star; diff --git a/xmlsecurity/source/dialogs/certificateviewer.cxx b/xmlsecurity/source/dialogs/certificateviewer.cxx index 296ac47c06e2..99177dc1c2c5 100644 --- a/xmlsecurity/source/dialogs/certificateviewer.cxx +++ b/xmlsecurity/source/dialogs/certificateviewer.cxx @@ -26,7 +26,7 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/datetime.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> #include "dialogs.hrc" #include "resourcemanager.hxx" diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index 94a9ba8f0c23..590a2f2c70a1 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -47,7 +47,7 @@ #include <tools/date.hxx> #include <tools/time.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> #include "dialogs.hrc" #include "digitalsignaturesdialog.hrc" diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx index 7433517230a2..28fa791d5c81 100644 --- a/xmlsecurity/source/dialogs/macrosecurity.cxx +++ b/xmlsecurity/source/dialogs/macrosecurity.cxx @@ -38,7 +38,7 @@ #include <com/sun/star/ui/dialogs/FolderPicker.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <tools/urlobj.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> #include <vcl/msgbox.hxx> diff --git a/xmlsecurity/source/framework/xsec_framework.cxx b/xmlsecurity/source/framework/xsec_framework.cxx index 6f0c002204ff..22fcf9659952 100644 --- a/xmlsecurity/source/framework/xsec_framework.cxx +++ b/xmlsecurity/source/framework/xsec_framework.cxx @@ -24,13 +24,13 @@ #include <cppuhelper/factory.hxx> #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <decryptorimpl.hxx> -#include <encryptorimpl.hxx> -#include <signaturecreatorimpl.hxx> -#include <signatureverifierimpl.hxx> -#include <saxeventkeeperimpl.hxx> -#include <xmlencryptiontemplateimpl.hxx> -#include <xmlsignaturetemplateimpl.hxx> +#include "decryptorimpl.hxx" +#include "encryptorimpl.hxx" +#include "signaturecreatorimpl.hxx" +#include "signatureverifierimpl.hxx" +#include "saxeventkeeperimpl.hxx" +#include "xmlencryptiontemplateimpl.hxx" +#include "xmlsignaturetemplateimpl.hxx" using namespace ::rtl; using namespace ::cppu; 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> diff --git a/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx index eb5140e01393..1a93e95a5e6b 100644 --- a/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx +++ b/xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.hxx @@ -25,7 +25,7 @@ #include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/Exception.hpp> -#include "com/sun/star/uno/SecurityException.hpp" +#include <com/sun/star/uno/SecurityException.hpp> #include <com/sun/star/security/XCertificateExtension.hpp> class CertificateExtension_XmlSecImpl : public ::cppu::WeakImplHelper1< diff --git a/xmlsecurity/source/xmlsec/diagnose.cxx b/xmlsecurity/source/xmlsec/diagnose.cxx index 34db25b2b9a4..f867a773d17f 100644 --- a/xmlsecurity/source/xmlsec/diagnose.cxx +++ b/xmlsecurity/source/xmlsec/diagnose.cxx @@ -20,8 +20,8 @@ #include "diagnose.hxx" #include <stdio.h> #include <stdarg.h> -#include "rtl/instance.hxx" -#include "rtl/bootstrap.hxx" +#include <rtl/instance.hxx> +#include <rtl/bootstrap.hxx> namespace xmlsecurity { diff --git a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx index 185291adacae..1de515950032 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.hxx @@ -33,7 +33,7 @@ #include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/Exception.hpp> -#include "com/sun/star/uno/SecurityException.hpp" +#include <com/sun/star/uno/SecurityException.hpp> #include <com/sun/star/security/XCertificateExtension.hpp> #include <com/sun/star/security/XSanExtension.hpp> #include <com/sun/star/security/CertAltNameEntry.hpp> diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx index 08c61f99afa5..84d35b6a39f9 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx @@ -47,7 +47,7 @@ #include <list> #include "xmlsecurity/xmlsec-wrapper.h" -#include "sal/types.h" +#include <sal/types.h> class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper3< diff --git a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx index 411b48246db9..8ca0d7dec2a9 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.cxx @@ -24,9 +24,9 @@ #include "xmlsecurity/xmlsec-wrapper.h" #include "xmlsec/mscrypto/app.h" -#include "com/sun/star/xml/crypto/SecurityEnvironment.hpp" -#include "com/sun/star/xml/crypto/XMLSecurityContext.hpp" -#include "comphelper/processfactory.hxx" +#include <com/sun/star/xml/crypto/SecurityEnvironment.hpp> +#include <com/sun/star/xml/crypto/XMLSecurityContext.hpp> +#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> namespace cssu = com::sun::star::uno; diff --git a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx index 88f286191c2c..1075d70004f6 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx @@ -20,7 +20,7 @@ #include <sal/config.h> #include <rtl/uuid.h> -#include "com/sun/star/xml/crypto/SecurityOperationStatus.hpp" +#include <com/sun/star/xml/crypto/SecurityOperationStatus.hpp> #include "xmlsignature_mscryptimpl.hxx" #include "xmldocumentwrapper_xmlsecimpl.hxx" #include "xmlelementwrapper_xmlsecimpl.hxx" diff --git a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx index 2932cbbc1e3d..fa34cd52fb88 100644 --- a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx +++ b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.hxx @@ -25,7 +25,7 @@ #include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/Exception.hpp> -#include "com/sun/star/uno/SecurityException.hpp" +#include <com/sun/star/uno/SecurityException.hpp> #include <com/sun/star/security/XCertificateExtension.hpp> #include <com/sun/star/security/XSanExtension.hpp> #include <com/sun/star/security/CertAltNameEntry.hpp> diff --git a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx index 498fe1429d08..4d58c7429c63 100644 --- a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx @@ -38,7 +38,7 @@ #include <sal/log.hxx> #include <com/sun/star/task/InteractionHandler.hpp> #include <vector> -#include "boost/scoped_array.hpp" +#include <boost/scoped_array.hpp> #include <osl/thread.h> #include "secerror.hxx" diff --git a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx index d10f04af94cf..32478f4046fe 100644 --- a/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx +++ b/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx @@ -36,7 +36,7 @@ #include <com/sun/star/security/CertificateValidity.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> #include "pk11func.h" #include "keyhi.h" diff --git a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx index 377710592d11..fb444e705472 100644 --- a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx +++ b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx @@ -26,7 +26,7 @@ #include <cppuhelper/implbase2.hxx> #include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -#include "com/sun/star/uno/SecurityException.hpp" +#include <com/sun/star/uno/SecurityException.hpp> #include <com/sun/star/security/XCertificate.hpp> #include "cert.h" diff --git a/xmlsecurity/source/xmlsec/serialnumberadapter.cxx b/xmlsecurity/source/xmlsec/serialnumberadapter.cxx index 9e9da4f04ee2..9ffddc0f38dc 100644 --- a/xmlsecurity/source/xmlsec/serialnumberadapter.cxx +++ b/xmlsecurity/source/xmlsec/serialnumberadapter.cxx @@ -17,21 +17,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" - -#include "boost/noncopyable.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/security/XSerialNumberAdapter.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppuhelper/implbase2.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "cppuhelper/weak.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <sal/config.h> + +#include <boost/noncopyable.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/security/XSerialNumberAdapter.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/weak.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "xmlsecurity/biginteger.hxx" #include "serialnumberadapter.hxx" diff --git a/xmlsecurity/source/xmlsec/serialnumberadapter.hxx b/xmlsecurity/source/xmlsec/serialnumberadapter.hxx index 947274ac50e6..3e8a9e9a3f4f 100644 --- a/xmlsecurity/source/xmlsec/serialnumberadapter.hxx +++ b/xmlsecurity/source/xmlsec/serialnumberadapter.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_XMLSECURITY_SOURCE_XMLSEC_SERIALNUMBERADAPTER_HXX #define INCLUDED_XMLSECURITY_SOURCE_XMLSEC_SERIALNUMBERADAPTER_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx index 91f2d9084dd3..8223a9f1ad79 100644 --- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx +++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx @@ -23,7 +23,7 @@ */ #include "xmlstreamio.hxx" #include <rtl/ustring.hxx> -#include "rtl/uri.hxx" +#include <rtl/uri.hxx> #include <libxml/uri.h> #include "xmlsecurity/xmlsec-wrapper.h" |