diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:30:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:50 +0200 |
commit | 34307a8a7da7def2f3ee207c08b59a48864a03f8 (patch) | |
tree | aac22f4bc997ce80ef362643ade1852b64a648e6 /test | |
parent | 4c8eac645bca4cc95e5ea3f39e4702d83e565f04 (diff) |
loplugin:includeform: test
Change-Id: Ibcbb5b002e8326c484547a825cb295d0f5158a3b
Diffstat (limited to 'test')
51 files changed, 56 insertions, 56 deletions
diff --git a/test/source/beans/xpropertyset.cxx b/test/source/beans/xpropertyset.cxx index 536bc2f8e282..63969e844005 100644 --- a/test/source/beans/xpropertyset.cxx +++ b/test/source/beans/xpropertyset.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/beans/xpropertyset.hxx" -#include "cppunit/extensions/HelperMacros.h" +#include <test/beans/xpropertyset.hxx> +#include <cppunit/extensions/HelperMacros.h> #include <com/sun/star/uno/Type.h> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index a195db529d71..99fd73151dfb 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -33,7 +33,7 @@ #include <unotools/tempfile.hxx> #include <vcl/scheduler.hxx> -#include <isheadless.hxx> +#include "isheadless.hxx" #include <memory> #include <cstring> diff --git a/test/source/container/xelementaccess.cxx b/test/source/container/xelementaccess.cxx index 16e9c2ff4c3c..d6d4472e984f 100644 --- a/test/source/container/xelementaccess.cxx +++ b/test/source/container/xelementaccess.cxx @@ -9,7 +9,7 @@ #include <test/container/xelementaccess.hxx> #include <com/sun/star/container/XElementAccess.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/container/xindexaccess.cxx b/test/source/container/xindexaccess.cxx index e359d88277a4..c17942507fe5 100644 --- a/test/source/container/xindexaccess.cxx +++ b/test/source/container/xindexaccess.cxx @@ -9,7 +9,7 @@ #include <test/container/xindexaccess.hxx> #include <com/sun/star/container/XIndexAccess.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/container/xnamecontainer.cxx b/test/source/container/xnamecontainer.cxx index 8682f2cadbb8..fefc5d35530e 100644 --- a/test/source/container/xnamecontainer.cxx +++ b/test/source/container/xnamecontainer.cxx @@ -11,7 +11,7 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <iostream> using namespace css; diff --git a/test/source/container/xnamed.cxx b/test/source/container/xnamed.cxx index f9b935c76b6e..a405ddc60a66 100644 --- a/test/source/container/xnamed.cxx +++ b/test/source/container/xnamed.cxx @@ -9,7 +9,7 @@ #include <com/sun/star/container/XNamed.hpp> #include <test/container/xnamed.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/container/xnamereplace.cxx b/test/source/container/xnamereplace.cxx index 159efcaa1251..77badb46a0c2 100644 --- a/test/source/container/xnamereplace.cxx +++ b/test/source/container/xnamereplace.cxx @@ -9,7 +9,7 @@ #include <test/container/xnamereplace.hxx> #include <com/sun/star/container/XNameReplace.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/diff/diff.cxx b/test/source/diff/diff.cxx index 5b8d371a8b7c..7d80016b56e4 100644 --- a/test/source/diff/diff.cxx +++ b/test/source/diff/diff.cxx @@ -9,7 +9,7 @@ #define USE_CPPUNIT 1 -#include "test/xmldiff.hxx" +#include <test/xmldiff.hxx> #include <libxml/xpath.h> #include <libxml/parser.h> diff --git a/test/source/screenshot_test.cxx b/test/source/screenshot_test.cxx index cd00c815c73b..496f935fc0ba 100644 --- a/test/source/screenshot_test.cxx +++ b/test/source/screenshot_test.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/screenshot_test.hxx" +#include <test/screenshot_test.hxx> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/frame/Desktop.hpp> diff --git a/test/source/setupvcl.cxx b/test/source/setupvcl.cxx index de27c7acff48..99f17b7fb056 100644 --- a/test/source/setupvcl.cxx +++ b/test/source/setupvcl.cxx @@ -22,7 +22,7 @@ #include <unotools/syslocaleoptions.hxx> #include <vcl/svapp.hxx> -#include <isheadless.hxx> +#include "isheadless.hxx" namespace { diff --git a/test/source/sheet/cellarealink.cxx b/test/source/sheet/cellarealink.cxx index 0c5b1cbcc11a..80ece911e122 100644 --- a/test/source/sheet/cellarealink.cxx +++ b/test/source/sheet/cellarealink.cxx @@ -13,7 +13,7 @@ #include <com/sun/star/sheet/XAreaLink.hpp> #include <com/sun/star/uno/Reference.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/cellproperties.cxx b/test/source/sheet/cellproperties.cxx index 746ee190e1e4..48273f662335 100644 --- a/test/source/sheet/cellproperties.cxx +++ b/test/source/sheet/cellproperties.cxx @@ -12,7 +12,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/table/CellVertJustify.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <iostream> using namespace css; diff --git a/test/source/sheet/databaserange.cxx b/test/source/sheet/databaserange.cxx index ca7b63d04dc3..8e6f56cb1ed1 100644 --- a/test/source/sheet/databaserange.cxx +++ b/test/source/sheet/databaserange.cxx @@ -14,7 +14,7 @@ #include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/uno/Reference.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/datapilotfield.cxx b/test/source/sheet/datapilotfield.cxx index 66c3b45ab1d4..b8a0a4af77cf 100644 --- a/test/source/sheet/datapilotfield.cxx +++ b/test/source/sheet/datapilotfield.cxx @@ -23,7 +23,7 @@ #include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp> #include <rtl/ustring.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <iostream> using namespace css; diff --git a/test/source/sheet/datapilotitem.cxx b/test/source/sheet/datapilotitem.cxx index df664268c51b..8d5fa8b3bff0 100644 --- a/test/source/sheet/datapilotitem.cxx +++ b/test/source/sheet/datapilotitem.cxx @@ -13,7 +13,7 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/uno/Reference.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xarealink.cxx b/test/source/sheet/xarealink.cxx index 6a5f99c485fe..89704052da45 100644 --- a/test/source/sheet/xarealink.cxx +++ b/test/source/sheet/xarealink.cxx @@ -13,7 +13,7 @@ #include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/uno/Reference.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xarealinks.cxx b/test/source/sheet/xarealinks.cxx index e1f59f3b2ab3..b07a2dc0eb4b 100644 --- a/test/source/sheet/xarealinks.cxx +++ b/test/source/sheet/xarealinks.cxx @@ -13,7 +13,7 @@ #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/uno/Reference.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xcelladdressable.cxx b/test/source/sheet/xcelladdressable.cxx index 0d92b1ae2333..98aa6f0c787d 100644 --- a/test/source/sheet/xcelladdressable.cxx +++ b/test/source/sheet/xcelladdressable.cxx @@ -12,7 +12,7 @@ #include <com/sun/star/sheet/XCellAddressable.hpp> #include <com/sun/star/table/CellAddress.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xcellrangedata.cxx b/test/source/sheet/xcellrangedata.cxx index f297af531196..acf99f2136e4 100644 --- a/test/source/sheet/xcellrangedata.cxx +++ b/test/source/sheet/xcellrangedata.cxx @@ -10,7 +10,7 @@ #include <test/sheet/xcellrangedata.hxx> #include <com/sun/star/sheet/XCellRangeData.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/sheet/xcellrangereferrer.cxx b/test/source/sheet/xcellrangereferrer.cxx index 6b4f52442971..60a3976216cd 100644 --- a/test/source/sheet/xcellrangereferrer.cxx +++ b/test/source/sheet/xcellrangereferrer.cxx @@ -11,7 +11,7 @@ #include <com/sun/star/table/XCellRange.hpp> #include <com/sun/star/sheet/XCellRangeAddressable.hpp> #include <com/sun/star/sheet/XCellRangeReferrer.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/sheet/xcellrangesquery.cxx b/test/source/sheet/xcellrangesquery.cxx index 05c32c4ba328..d123763d18b1 100644 --- a/test/source/sheet/xcellrangesquery.cxx +++ b/test/source/sheet/xcellrangesquery.cxx @@ -14,7 +14,7 @@ #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/sheet/CellFlags.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xcellseries.cxx b/test/source/sheet/xcellseries.cxx index 61dbcecdc751..8a02ab79a42e 100644 --- a/test/source/sheet/xcellseries.cxx +++ b/test/source/sheet/xcellseries.cxx @@ -12,7 +12,7 @@ #include <com/sun/star/sheet/XCellSeries.hpp> #include <com/sun/star/table/XCellRange.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xdatabaserange.cxx b/test/source/sheet/xdatabaserange.cxx index e85d0741a2f5..94caccec9374 100644 --- a/test/source/sheet/xdatabaserange.cxx +++ b/test/source/sheet/xdatabaserange.cxx @@ -24,7 +24,7 @@ #include <com/sun/star/table/XColumnRowRange.hpp> #include <rtl/ustring.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <iostream> using namespace css; diff --git a/test/source/sheet/xdatapilotdescriptor.cxx b/test/source/sheet/xdatapilotdescriptor.cxx index 58f48a8bbcd5..5315734eb5ad 100644 --- a/test/source/sheet/xdatapilotdescriptor.cxx +++ b/test/source/sheet/xdatapilotdescriptor.cxx @@ -7,14 +7,14 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/sheet/xdatapilotdescriptor.hxx" +#include <test/sheet/xdatapilotdescriptor.hxx> #include <com/sun/star/sheet/XDataPilotDescriptor.hpp> #include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <rtl/ustring.hxx> diff --git a/test/source/sheet/xdatapilotfieldgrouping.cxx b/test/source/sheet/xdatapilotfieldgrouping.cxx index fdfdfd5655c2..c3a9fcc46084 100644 --- a/test/source/sheet/xdatapilotfieldgrouping.cxx +++ b/test/source/sheet/xdatapilotfieldgrouping.cxx @@ -12,7 +12,7 @@ #include <com/sun/star/sheet/XDataPilotFieldGrouping.hpp> #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/sheet/xdatapilottable2.cxx b/test/source/sheet/xdatapilottable2.cxx index a300704d1a2d..471996627d28 100644 --- a/test/source/sheet/xdatapilottable2.cxx +++ b/test/source/sheet/xdatapilottable2.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/sheet/XCellRangeData.hpp> #include <com/sun/star/sheet/DataResult.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/sheet/xgoalseek.cxx b/test/source/sheet/xgoalseek.cxx index 745614ea2aee..42570334442a 100644 --- a/test/source/sheet/xgoalseek.cxx +++ b/test/source/sheet/xgoalseek.cxx @@ -7,12 +7,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/sheet/xgoalseek.hxx" +#include <test/sheet/xgoalseek.hxx> #include <com/sun/star/sheet/XGoalSeek.hpp> #include <com/sun/star/sheet/GoalResult.hpp> #include <com/sun/star/table/CellAddress.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/sheet/xnamedrange.cxx b/test/source/sheet/xnamedrange.cxx index faaa2a47b56a..cad13759292d 100644 --- a/test/source/sheet/xnamedrange.cxx +++ b/test/source/sheet/xnamedrange.cxx @@ -25,7 +25,7 @@ #include <com/sun/star/sheet/Border.hpp> #include <com/sun/star/sheet/NamedRangeFlag.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <rtl/ustring.hxx> using namespace css; diff --git a/test/source/sheet/xnamedranges.cxx b/test/source/sheet/xnamedranges.cxx index 0b288dcab3c6..109cebdeabce 100644 --- a/test/source/sheet/xnamedranges.cxx +++ b/test/source/sheet/xnamedranges.cxx @@ -27,7 +27,7 @@ #include <com/sun/star/sheet/NamedRangeFlag.hpp> #include <rtl/ustring.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <iostream> using namespace css; diff --git a/test/source/sheet/xprintareas.cxx b/test/source/sheet/xprintareas.cxx index 776d502fd6cc..9643b0afcd76 100644 --- a/test/source/sheet/xprintareas.cxx +++ b/test/source/sheet/xprintareas.cxx @@ -10,7 +10,7 @@ #include <test/sheet/xprintareas.hxx> #include <com/sun/star/sheet/XPrintAreas.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <rtl/ustring.hxx> using namespace css; diff --git a/test/source/sheet/xsheetannotation.cxx b/test/source/sheet/xsheetannotation.cxx index 6643096012f3..f7cc444a2734 100644 --- a/test/source/sheet/xsheetannotation.cxx +++ b/test/source/sheet/xsheetannotation.cxx @@ -11,7 +11,7 @@ #include <com/sun/star/table/CellAddress.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <rtl/ustring.hxx> using namespace css; diff --git a/test/source/sheet/xsheetannotations.cxx b/test/source/sheet/xsheetannotations.cxx index b84acc0769c3..3df329f5352e 100644 --- a/test/source/sheet/xsheetannotations.cxx +++ b/test/source/sheet/xsheetannotations.cxx @@ -14,7 +14,7 @@ #include <com/sun/star/sheet/XSheetAnnotation.hpp> #include <com/sun/star/text/XTextRange.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <rtl/ustring.hxx> using namespace css; diff --git a/test/source/sheet/xsheetannotationshapesupplier.cxx b/test/source/sheet/xsheetannotationshapesupplier.cxx index c5baa9aadca8..77f5fc594bc3 100644 --- a/test/source/sheet/xsheetannotationshapesupplier.cxx +++ b/test/source/sheet/xsheetannotationshapesupplier.cxx @@ -12,7 +12,7 @@ #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/sheet/XSheetAnnotationShapeSupplier.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx index 9153c84204a7..8a41e3a94346 100644 --- a/test/source/sheet/xsheetoutline.cxx +++ b/test/source/sheet/xsheetoutline.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/sheet/XSheetCellRanges.hpp> #include <com/sun/star/sheet/XCellRangesQuery.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <rtl/ustring.hxx> using namespace css; diff --git a/test/source/sheet/xspreadsheetdocument.cxx b/test/source/sheet/xspreadsheetdocument.cxx index cab546accb2f..dde2cafc9e8d 100644 --- a/test/source/sheet/xspreadsheetdocument.cxx +++ b/test/source/sheet/xspreadsheetdocument.cxx @@ -11,7 +11,7 @@ #include <com/sun/star/sheet/XSpreadsheets.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <com/sun/star/container/XIndexAccess.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/sheet/xspreadsheets.cxx b/test/source/sheet/xspreadsheets.cxx index 17e1a372ce9a..75a4c2519017 100644 --- a/test/source/sheet/xspreadsheets.cxx +++ b/test/source/sheet/xspreadsheets.cxx @@ -13,7 +13,7 @@ #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/sheet/XSpreadsheets.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xspreadsheets2.cxx b/test/source/sheet/xspreadsheets2.cxx index 771bcf6c2e05..17b54382bd86 100644 --- a/test/source/sheet/xspreadsheets2.cxx +++ b/test/source/sheet/xspreadsheets2.cxx @@ -33,7 +33,7 @@ #include <com/sun/star/util/XCloseable.hpp> #include <rtl/ustring.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/sheet/xstyleloader.cxx b/test/source/sheet/xstyleloader.cxx index 844e620e1d58..ce019a9e7c5f 100644 --- a/test/source/sheet/xstyleloader.cxx +++ b/test/source/sheet/xstyleloader.cxx @@ -20,7 +20,7 @@ #include <com/sun/star/style/XStyle.hpp> #include <rtl/ustring.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/sheet/xsubtotalfield.cxx b/test/source/sheet/xsubtotalfield.cxx index 66d0c7cc820c..ff7871fe0237 100644 --- a/test/source/sheet/xsubtotalfield.cxx +++ b/test/source/sheet/xsubtotalfield.cxx @@ -16,7 +16,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xuniquecellformatrangessupplier.cxx b/test/source/sheet/xuniquecellformatrangessupplier.cxx index 1f4af6c97b15..379edbbedbed 100644 --- a/test/source/sheet/xuniquecellformatrangessupplier.cxx +++ b/test/source/sheet/xuniquecellformatrangessupplier.cxx @@ -12,7 +12,7 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/sheet/XUniqueCellFormatRangesSupplier.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xusedareacursor.cxx b/test/source/sheet/xusedareacursor.cxx index 7613842bd5dc..8ee578ff24d3 100644 --- a/test/source/sheet/xusedareacursor.cxx +++ b/test/source/sheet/xusedareacursor.cxx @@ -16,7 +16,7 @@ #include <com/sun/star/table/CellRangeAddress.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xviewfreezable.cxx b/test/source/sheet/xviewfreezable.cxx index 89b8d06099ff..3134e22fe9de 100644 --- a/test/source/sheet/xviewfreezable.cxx +++ b/test/source/sheet/xviewfreezable.cxx @@ -11,7 +11,7 @@ #include <com/sun/star/sheet/XViewFreezable.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/sheet/xviewpane.cxx b/test/source/sheet/xviewpane.cxx index be0600991194..ef3a317c1b69 100644 --- a/test/source/sheet/xviewpane.cxx +++ b/test/source/sheet/xviewpane.cxx @@ -11,7 +11,7 @@ #include <com/sun/star/sheet/XViewPane.hpp> #include <com/sun/star/table/CellRangeAddress.hpp> -#include "cppunit/TestAssert.h" +#include <cppunit/TestAssert.h> using namespace css; using namespace css::uno; diff --git a/test/source/sheet/xviewsplitable.cxx b/test/source/sheet/xviewsplitable.cxx index 75b2847a9203..7dd18aed2ebb 100644 --- a/test/source/sheet/xviewsplitable.cxx +++ b/test/source/sheet/xviewsplitable.cxx @@ -11,7 +11,7 @@ #include <com/sun/star/sheet/XViewSplitable.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/test/source/text/xtext.cxx b/test/source/text/xtext.cxx index 0840ca4889a8..6ab646d0aa5e 100644 --- a/test/source/text/xtext.cxx +++ b/test/source/text/xtext.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/text/xtext.hxx" +#include <test/text/xtext.hxx> using namespace css; using namespace css::uno; diff --git a/test/source/text/xtextcontent.cxx b/test/source/text/xtextcontent.cxx index 528241a8dd8b..a3a6c4718274 100644 --- a/test/source/text/xtextcontent.cxx +++ b/test/source/text/xtextcontent.cxx @@ -7,11 +7,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/text/xtextcontent.hxx" +#include <test/text/xtextcontent.hxx> #include <com/sun/star/text/XTextContent.hpp> #include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/text/xtextfield.cxx b/test/source/text/xtextfield.cxx index 4261d17c617f..1d0abb22dad0 100644 --- a/test/source/text/xtextfield.cxx +++ b/test/source/text/xtextfield.cxx @@ -7,9 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/text/xtextfield.hxx" +#include <test/text/xtextfield.hxx> #include <com/sun/star/text/XTextField.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/unoapi_test.cxx b/test/source/unoapi_test.cxx index 42e05e3e9a18..8921b6d01155 100644 --- a/test/source/unoapi_test.cxx +++ b/test/source/unoapi_test.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/unoapi_test.hxx" +#include <test/unoapi_test.hxx> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/frame/Desktop.hpp> diff --git a/test/source/util/xreplaceable.cxx b/test/source/util/xreplaceable.cxx index 0ecf4237d985..76d3516ee5fb 100644 --- a/test/source/util/xreplaceable.cxx +++ b/test/source/util/xreplaceable.cxx @@ -12,7 +12,7 @@ #include <com/sun/star/util/XReplaceable.hpp> #include <com/sun/star/util/XReplaceDescriptor.hpp> #include <com/sun/star/util/XSearchDescriptor.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <iostream> diff --git a/test/source/util/xsearchable.cxx b/test/source/util/xsearchable.cxx index c58be12eb971..e0775ff72743 100644 --- a/test/source/util/xsearchable.cxx +++ b/test/source/util/xsearchable.cxx @@ -10,7 +10,7 @@ #include <com/sun/star/util/XSearchable.hpp> #include <com/sun/star/util/XSearchDescriptor.hpp> #include <com/sun/star/container/XIndexAccess.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> #include <test/util/xsearchable.hxx> diff --git a/test/source/vclbootstrapprotector.cxx b/test/source/vclbootstrapprotector.cxx index 2218c8fff2c0..786e3774be83 100644 --- a/test/source/vclbootstrapprotector.cxx +++ b/test/source/vclbootstrapprotector.cxx @@ -16,7 +16,7 @@ #include <vcl/svapp.hxx> #include <comphelper/threadpool.hxx> -#include <isheadless.hxx> +#include "isheadless.hxx" namespace { |