summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-10 18:19:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 01:55:39 +0200
commit2bac61013e57013bccac8c9d76482b34b5db7f69 (patch)
tree4a4cdae419248459eae6c276152b2864138980dd /sc/qa
parent2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5 (diff)
fix-includes.pl: sc
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/helper/csv_handler.hxx2
-rw-r--r--sc/qa/unit/helper/qahelper.cxx4
-rw-r--r--sc/qa/unit/helper/qahelper.hxx8
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx14
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx14
-rw-r--r--sc/qa/unit/ucalc.cxx10
-rw-r--r--sc/qa/unit/ucalc_column.cxx2
-rw-r--r--sc/qa/unit/ucalc_formula.cxx2
-rw-r--r--sc/qa/unit/ucalc_sharedformula.cxx4
9 files changed, 30 insertions, 30 deletions
diff --git a/sc/qa/unit/helper/csv_handler.hxx b/sc/qa/unit/helper/csv_handler.hxx
index 69d9ba79ce70..787c32974e0f 100644
--- a/sc/qa/unit/helper/csv_handler.hxx
+++ b/sc/qa/unit/helper/csv_handler.hxx
@@ -20,7 +20,7 @@
#include "cellform.hxx"
#include "cellvalue.hxx"
-#include "rtl/strbuf.hxx"
+#include <rtl/strbuf.hxx>
#include <test/bootstrapfixture.hxx>
diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx
index e97329f394a3..951cd613b64a 100644
--- a/sc/qa/unit/helper/qahelper.cxx
+++ b/sc/qa/unit/helper/qahelper.cxx
@@ -14,8 +14,8 @@
#include "conditio.hxx"
#include "stlsheet.hxx"
#include "formulacell.hxx"
-#include "svx/svdpage.hxx"
-#include "svx/svdoole2.hxx"
+#include <svx/svdpage.hxx>
+#include <svx/svdoole2.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/justifyitem.hxx>
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx
index 0b93cc4f9f23..915d167b10fb 100644
--- a/sc/qa/unit/helper/qahelper.hxx
+++ b/sc/qa/unit/helper/qahelper.hxx
@@ -23,14 +23,14 @@
#include <unotools/tempfile.hxx>
#include <comphelper/storagehelper.hxx>
#include <sfx2/docfilt.hxx>
-#include "sfx2/docfile.hxx"
-#include "svl/stritem.hxx"
-#include "formula/grammar.hxx"
+#include <sfx2/docfile.hxx>
+#include <svl/stritem.hxx>
+#include <formula/grammar.hxx>
#include <string>
#include <sstream>
-#include "sal/types.h"
+#include <sal/types.h>
#if defined(SCQAHELPER_DLLIMPLEMENTATION)
#define SCQAHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index cf1233b51f86..f984e69e7e59 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -34,14 +34,14 @@
#include <postit.hxx>
#include <tokenstringcontext.hxx>
-#include "svx/svdoole2.hxx"
+#include <svx/svdoole2.hxx>
#include "tabprotection.hxx"
-#include "editeng/wghtitem.hxx"
-#include "editeng/postitem.hxx"
-#include "editeng/editdata.hxx"
-#include "editeng/eeitem.hxx"
-#include "editeng/editobj.hxx"
-#include "editeng/section.hxx"
+#include <editeng/wghtitem.hxx>
+#include <editeng/postitem.hxx>
+#include <editeng/editdata.hxx>
+#include <editeng/eeitem.hxx>
+#include <editeng/editobj.hxx>
+#include <editeng/section.hxx>
#include <editeng/crossedoutitem.hxx>
#include <editeng/borderline.hxx>
#include <formula/grammar.hxx>
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 7983e4cec8e6..2b4d6893b3a0 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -20,14 +20,14 @@
#include <svl/stritem.hxx>
#include "drwlayer.hxx"
-#include "svx/svdpage.hxx"
-#include "svx/svdoole2.hxx"
-#include "editeng/wghtitem.hxx"
-#include "editeng/postitem.hxx"
-#include "editeng/udlnitem.hxx"
-#include "editeng/editobj.hxx"
+#include <svx/svdpage.hxx>
+#include <svx/svdoole2.hxx>
+#include <editeng/wghtitem.hxx>
+#include <editeng/postitem.hxx>
+#include <editeng/udlnitem.hxx>
+#include <editeng/editobj.hxx>
#include <editeng/borderline.hxx>
-#include "editeng/flditem.hxx"
+#include <editeng/flditem.hxx>
#include <dbdata.hxx>
#include "validat.hxx"
#include "formulacell.hxx"
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index d44274166df5..e433454e9d98 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -64,21 +64,21 @@
#include <globalnames.hxx>
#include <inputopt.hxx>
-#include "formula/IFunctionDescription.hxx"
+#include <formula/IFunctionDescription.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/brushitem.hxx>
-#include "editeng/wghtitem.hxx"
-#include "editeng/postitem.hxx"
+#include <editeng/wghtitem.hxx>
+#include <editeng/postitem.hxx>
#include <svx/svdograf.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdocirc.hxx>
#include <svx/svdopath.hxx>
#include <svx/svdocapt.hxx>
-#include "svl/srchitem.hxx"
-#include "svl/sharedstringpool.hxx"
+#include <svl/srchitem.hxx>
+#include <svl/sharedstringpool.hxx>
#include <sfx2/docfile.hxx>
diff --git a/sc/qa/unit/ucalc_column.cxx b/sc/qa/unit/ucalc_column.cxx
index 40793bd16df6..394738d29dd5 100644
--- a/sc/qa/unit/ucalc_column.cxx
+++ b/sc/qa/unit/ucalc_column.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <ucalc.hxx>
+#include "ucalc.hxx"
#include <editutil.hxx>
#include <cellvalue.hxx>
#include <svl/languageoptions.hxx>
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 3f75db8389d2..ce508af2ae1b 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -24,7 +24,7 @@
#include "tokenstringcontext.hxx"
#include "dbdata.hxx"
-#include "formula/vectortoken.hxx"
+#include <formula/vectortoken.hxx>
#include <boost/scoped_ptr.hpp>
diff --git a/sc/qa/unit/ucalc_sharedformula.cxx b/sc/qa/unit/ucalc_sharedformula.cxx
index a3b9049c5a15..d3fc16b16916 100644
--- a/sc/qa/unit/ucalc_sharedformula.cxx
+++ b/sc/qa/unit/ucalc_sharedformula.cxx
@@ -20,9 +20,9 @@
#include <tokenstringcontext.hxx>
#include <globalnames.hxx>
-#include "svl/sharedstring.hxx"
+#include <svl/sharedstring.hxx>
-#include "formula/grammar.hxx"
+#include <formula/grammar.hxx>
void Test::testSharedFormulas()
{