summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:33:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:57 +0200
commit3e1d3c25e064c5a97a2c408faf23a9d0c6150d8a (patch)
treeb244e36c82791c3ca11151d93f67ca6267364b61 /sc/qa/unit/helper
parent2909c6be63ac4ac962c6a93aa093ec1cfb94ab0b (diff)
loplugin:includeform: sc
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
Diffstat (limited to 'sc/qa/unit/helper')
-rw-r--r--sc/qa/unit/helper/csv_handler.hxx14
-rw-r--r--sc/qa/unit/helper/qahelper.cxx10
-rw-r--r--sc/qa/unit/helper/qahelper.hxx6
-rw-r--r--sc/qa/unit/helper/shared_test_impl.hxx8
-rw-r--r--sc/qa/unit/helper/sorthelper.hxx2
-rw-r--r--sc/qa/unit/helper/xpath.hxx2
6 files changed, 21 insertions, 21 deletions
diff --git a/sc/qa/unit/helper/csv_handler.hxx b/sc/qa/unit/helper/csv_handler.hxx
index ff4bd3dc95c5..c4b5fafc63b6 100644
--- a/sc/qa/unit/helper/csv_handler.hxx
+++ b/sc/qa/unit/helper/csv_handler.hxx
@@ -12,13 +12,13 @@
#include <iostream>
-#include "docsh.hxx"
-#include "postit.hxx"
-#include "patattr.hxx"
-#include "scitems.hxx"
-#include "document.hxx"
-#include "cellform.hxx"
-#include "cellvalue.hxx"
+#include <docsh.hxx>
+#include <postit.hxx>
+#include <patattr.hxx>
+#include <scitems.hxx>
+#include <document.hxx>
+#include <cellform.hxx>
+#include <cellvalue.hxx>
#include <rtl/strbuf.hxx>
diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx
index 0bd525c3c20f..b767829086d8 100644
--- a/sc/qa/unit/helper/qahelper.cxx
+++ b/sc/qa/unit/helper/qahelper.cxx
@@ -9,11 +9,11 @@
#include "qahelper.hxx"
#include "csv_handler.hxx"
-#include "drwlayer.hxx"
-#include "compiler.hxx"
-#include "conditio.hxx"
-#include "stlsheet.hxx"
-#include "formulacell.hxx"
+#include <drwlayer.hxx>
+#include <compiler.hxx>
+#include <conditio.hxx>
+#include <stlsheet.hxx>
+#include <formulacell.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdoole2.hxx>
#include <tools/urlobj.hxx>
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx
index b677f014d47e..5226478e3411 100644
--- a/sc/qa/unit/helper/qahelper.hxx
+++ b/sc/qa/unit/helper/qahelper.hxx
@@ -10,10 +10,10 @@
#ifndef INCLUDED_SC_QA_UNIT_HELPER_QAHELPER_HXX
#define INCLUDED_SC_QA_UNIT_HELPER_QAHELPER_HXX
-#include "scdllapi.h"
+#include <scdllapi.h>
#include "debughelper.hxx"
-#include "docsh.hxx"
-#include "address.hxx"
+#include <docsh.hxx>
+#include <address.hxx>
#include <cppunit/SourceLine.h>
diff --git a/sc/qa/unit/helper/shared_test_impl.hxx b/sc/qa/unit/helper/shared_test_impl.hxx
index b997a8a28ce4..4774fb7ec880 100644
--- a/sc/qa/unit/helper/shared_test_impl.hxx
+++ b/sc/qa/unit/helper/shared_test_impl.hxx
@@ -11,10 +11,10 @@
#define INCLUDED_SC_QA_UNIT_HELPER_SHARED_TEST_IMPL_HXX
#include <memory>
-#include "colorscale.hxx"
-#include "conditio.hxx"
-#include "document.hxx"
-#include "formulacell.hxx"
+#include <colorscale.hxx>
+#include <conditio.hxx>
+#include <document.hxx>
+#include <formulacell.hxx>
#include "qahelper.hxx"
#include <formula/errorcodes.hxx>
diff --git a/sc/qa/unit/helper/sorthelper.hxx b/sc/qa/unit/helper/sorthelper.hxx
index b1901000ff0b..5ace22779a72 100644
--- a/sc/qa/unit/helper/sorthelper.hxx
+++ b/sc/qa/unit/helper/sorthelper.hxx
@@ -12,7 +12,7 @@
// Unfortunately requires linkage to sc/ internals so
// can't live in qahelper itself.
-#include "inputopt.hxx"
+#include <inputopt.hxx>
/**
* Temporarily set the sorting type.
diff --git a/sc/qa/unit/helper/xpath.hxx b/sc/qa/unit/helper/xpath.hxx
index 86d1d279576e..6f8c8aa3c170 100644
--- a/sc/qa/unit/helper/xpath.hxx
+++ b/sc/qa/unit/helper/xpath.hxx
@@ -28,7 +28,7 @@
#define SCQAHELPER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
-#include "docsh.hxx"
+#include <docsh.hxx>
using namespace com::sun::star;