summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/qa/certext/SanCertExt.cxx
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/qa/certext/SanCertExt.cxx
parentfix-includes.pl: uui (diff)
downloadcore-4671e7b8a40fd296d907248f7dcecbc6d29315fa.tar.gz
core-4671e7b8a40fd296d907248f7dcecbc6d29315fa.zip
fix-includes.pl: xmlsecurity
Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262
Diffstat (limited to 'xmlsecurity/qa/certext/SanCertExt.cxx')
-rw-r--r--xmlsecurity/qa/certext/SanCertExt.cxx12
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>