summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testcmp/TestComponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/testcmp/TestComponent.cxx')
-rw-r--r--cppuhelper/test/testcmp/TestComponent.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cppuhelper/test/testcmp/TestComponent.cxx b/cppuhelper/test/testcmp/TestComponent.cxx
index be1a1692a3e1..5ccd4a14050b 100644
--- a/cppuhelper/test/testcmp/TestComponent.cxx
+++ b/cppuhelper/test/testcmp/TestComponent.cxx
@@ -25,19 +25,19 @@
#include <string.h>
-#include "osl/thread.h"
+#include <osl/thread.h>
-#include "cppuhelper/implbase1.hxx"
-#include "cppuhelper/implementationentry.hxx"
-#include "cppuhelper/supportsservice.hxx"
+#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implementationentry.hxx>
+#include <cppuhelper/supportsservice.hxx>
-#include "com/sun/star/lang/XMultiComponentFactory.hpp"
-#include "com/sun/star/lang/XServiceInfo.hpp"
+#include <com/sun/star/lang/XMultiComponentFactory.hpp>
+#include <com/sun/star/lang/XServiceInfo.hpp>
-#include "com/sun/star/uno/XComponentContext.hpp"
+#include <com/sun/star/uno/XComponentContext.hpp>
-#include "cppu/EnvDcp.hxx"
+#include <cppu/EnvDcp.hxx>
#include <uno/environment.hxx>
#include <uno/lbnames.h>