diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:27:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:46 +0200 |
commit | c78154f1fb1e9c1b38912783d9e82fa00b4f02ff (patch) | |
tree | e9663a06728ac0b15d3d398918e09af9d4e29c10 /writerperfect/qa | |
parent | 87c671d188f4a0f5dcc7944b450cc58e84217d81 (diff) |
loplugin:includeform: writerperfect
Change-Id: I714c131996efb0a85b9391a2b2bb7fc76bb2eae2
Diffstat (limited to 'writerperfect/qa')
-rw-r--r-- | writerperfect/qa/unit/DrawingImportTest.cxx | 4 | ||||
-rw-r--r-- | writerperfect/qa/unit/PresentationImportTest.cxx | 4 | ||||
-rw-r--r-- | writerperfect/qa/unit/SpreadsheetImportTest.cxx | 4 | ||||
-rw-r--r-- | writerperfect/qa/unit/TextImportTest.cxx | 4 | ||||
-rw-r--r-- | writerperfect/qa/unit/WPXSvStreamTest.cxx | 14 | ||||
-rw-r--r-- | writerperfect/qa/unit/WpftFilterFixture.hxx | 2 |
6 files changed, 16 insertions, 16 deletions
diff --git a/writerperfect/qa/unit/DrawingImportTest.cxx b/writerperfect/qa/unit/DrawingImportTest.cxx index 661f851d3a0f..06bb33aeec7f 100644 --- a/writerperfect/qa/unit/DrawingImportTest.cxx +++ b/writerperfect/qa/unit/DrawingImportTest.cxx @@ -19,8 +19,8 @@ #include <rtl/ref.hxx> -#include "DocumentHandlerForOdg.hxx" -#include "ImportFilter.hxx" +#include <DocumentHandlerForOdg.hxx> +#include <ImportFilter.hxx> #include "WpftFilterFixture.hxx" #include "WpftLoader.hxx" #include "wpftimport.hxx" diff --git a/writerperfect/qa/unit/PresentationImportTest.cxx b/writerperfect/qa/unit/PresentationImportTest.cxx index 4181d55be85b..9ad9fed92ac6 100644 --- a/writerperfect/qa/unit/PresentationImportTest.cxx +++ b/writerperfect/qa/unit/PresentationImportTest.cxx @@ -19,8 +19,8 @@ #include <rtl/ref.hxx> -#include "DocumentHandlerForOdp.hxx" -#include "ImportFilter.hxx" +#include <DocumentHandlerForOdp.hxx> +#include <ImportFilter.hxx> #include "WpftFilterFixture.hxx" #include "WpftLoader.hxx" #include "wpftimport.hxx" diff --git a/writerperfect/qa/unit/SpreadsheetImportTest.cxx b/writerperfect/qa/unit/SpreadsheetImportTest.cxx index 55d03151924b..a3aa1a968bc3 100644 --- a/writerperfect/qa/unit/SpreadsheetImportTest.cxx +++ b/writerperfect/qa/unit/SpreadsheetImportTest.cxx @@ -18,8 +18,8 @@ #include <rtl/ref.hxx> -#include "DocumentHandlerForOds.hxx" -#include "ImportFilter.hxx" +#include <DocumentHandlerForOds.hxx> +#include <ImportFilter.hxx> #include "WpftFilterFixture.hxx" #include "WpftLoader.hxx" #include "wpftimport.hxx" diff --git a/writerperfect/qa/unit/TextImportTest.cxx b/writerperfect/qa/unit/TextImportTest.cxx index 4789d003abec..dcf599577ee6 100644 --- a/writerperfect/qa/unit/TextImportTest.cxx +++ b/writerperfect/qa/unit/TextImportTest.cxx @@ -17,8 +17,8 @@ #include <rtl/ref.hxx> -#include "DocumentHandlerForOdt.hxx" -#include "ImportFilter.hxx" +#include <DocumentHandlerForOdt.hxx> +#include <ImportFilter.hxx> #include "WpftFilterFixture.hxx" #include "WpftLoader.hxx" #include "wpftimport.hxx" diff --git a/writerperfect/qa/unit/WPXSvStreamTest.cxx b/writerperfect/qa/unit/WPXSvStreamTest.cxx index 70ff441a4315..456af32f01a0 100644 --- a/writerperfect/qa/unit/WPXSvStreamTest.cxx +++ b/writerperfect/qa/unit/WPXSvStreamTest.cxx @@ -15,16 +15,16 @@ #include <cppunit/extensions/HelperMacros.h> -#include "com/sun/star/io/XInputStream.hpp" -#include "com/sun/star/ucb/XSimpleFileAccess.hpp" -#include "com/sun/star/uno/Reference.hxx" +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/ucb/XSimpleFileAccess.hpp> +#include <com/sun/star/uno/Reference.hxx> -#include "comphelper/processfactory.hxx" -#include "comphelper/seqstream.hxx" +#include <comphelper/processfactory.hxx> +#include <comphelper/seqstream.hxx> -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> -#include "test/bootstrapfixture.hxx" +#include <test/bootstrapfixture.hxx> #include <WPXSvInputStream.hxx> diff --git a/writerperfect/qa/unit/WpftFilterFixture.hxx b/writerperfect/qa/unit/WpftFilterFixture.hxx index 14ad4eafd835..058c042df3d1 100644 --- a/writerperfect/qa/unit/WpftFilterFixture.hxx +++ b/writerperfect/qa/unit/WpftFilterFixture.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_WRITERPERFECT_QA_UNIT_WPFTFILTERFIXTURE_HXX #define INCLUDED_WRITERPERFECT_QA_UNIT_WPFTFILTERFIXTURE_HXX -#include "config_writerperfect.h" +#include <config_writerperfect.h> #include "wpftqahelperdllapi.h" |