summaryrefslogtreecommitdiffstats
path: root/include/unotest/officeconnection.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:34:56 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:47 -0600
commitd1a00bb6dd8acf8e5fe2eb8ad3b3bba0cd9b32ff (patch)
treef1f17bfb5221cc19f876f2856fc83368ae2d8275 /include/unotest/officeconnection.hxx
parentfdo#65108 inter-module includes <> include/unotools (diff)
downloadcore-d1a00bb6dd8acf8e5fe2eb8ad3b3bba0cd9b32ff.tar.gz
core-d1a00bb6dd8acf8e5fe2eb8ad3b3bba0cd9b32ff.zip
fdo#65108 inter-module includes <> include/unotest
Change-Id: I68cff1dbf395b114ed577783e2fd6d1bc5451261
Diffstat (limited to 'include/unotest/officeconnection.hxx')
-rw-r--r--include/unotest/officeconnection.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/unotest/officeconnection.hxx b/include/unotest/officeconnection.hxx
index edfafc5f1470..cb7403ca69d7 100644
--- a/include/unotest/officeconnection.hxx
+++ b/include/unotest/officeconnection.hxx
@@ -20,12 +20,12 @@
#ifndef INCLUDED_UNOTEST_OFFICECONNECTION_HXX
#define INCLUDED_UNOTEST_OFFICECONNECTION_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "boost/noncopyable.hpp"
-#include "com/sun/star/uno/Reference.hxx"
-#include "osl/process.h"
-#include "unotest/detail/unotestdllapi.hxx"
+#include <boost/noncopyable.hpp>
+#include <com/sun/star/uno/Reference.hxx>
+#include <osl/process.h>
+#include <unotest/detail/unotestdllapi.hxx>
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;