diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 11:57:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:27 +0200 |
commit | 4671e7b8a40fd296d907248f7dcecbc6d29315fa (patch) | |
tree | d8efe95f1177a785d6752a81cbaa52d6f78185bb /xmlsecurity/qa | |
parent | bd8b38be3d0c54085875a8b28a3fec33291bb018 (diff) |
fix-includes.pl: xmlsecurity
Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262
Diffstat (limited to 'xmlsecurity/qa')
-rw-r--r-- | xmlsecurity/qa/certext/SanCertExt.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
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> |