summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:30:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:50 +0200
commit62f47bb2a54536d6e1cf14b16d2e3b963ba651a6 (patch)
tree9190a17b910c36a44dee1b6e8d84460f53a16fa9 /sw/qa
parent34307a8a7da7def2f3ee207c08b59a48864a03f8 (diff)
loplugin:includeform: sw
Change-Id: Ifc3c4c31a31ee7189eeab6f1af30b94d64f2f92a
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/core/filters-test.cxx14
-rw-r--r--sw/qa/core/macros-test.cxx2
-rw-r--r--sw/qa/core/test_ToxLinkProcessor.cxx4
-rw-r--r--sw/qa/core/test_ToxMiscTest.cxx2
-rw-r--r--sw/qa/core/test_ToxTextGenerator.cxx14
-rw-r--r--sw/qa/core/uwriter.cxx54
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport8.cxx2
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx2
-rw-r--r--sw/qa/extras/rtfexport/rtfexport2.cxx2
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx30
11 files changed, 64 insertions, 64 deletions
diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx
index 5d072240b6fa..dce7e18a1a27 100644
--- a/sw/qa/core/filters-test.cxx
+++ b/sw/qa/core/filters-test.cxx
@@ -21,13 +21,13 @@
#include <svl/stritem.hxx>
#include <unotools/tempfile.hxx>
-#include "init.hxx"
-#include "iodetect.hxx"
-#include "swtypes.hxx"
-#include "doc.hxx"
-#include "docsh.hxx"
-#include "shellres.hxx"
-#include "docufld.hxx"
+#include <init.hxx>
+#include <iodetect.hxx>
+#include <swtypes.hxx>
+#include <doc.hxx>
+#include <docsh.hxx>
+#include <shellres.hxx>
+#include <docufld.hxx>
typedef tools::SvRef<SwDocShell> SwDocShellRef;
diff --git a/sw/qa/core/macros-test.cxx b/sw/qa/core/macros-test.cxx
index 4c712f8da7a0..d9ed64eb4dd9 100644
--- a/sw/qa/core/macros-test.cxx
+++ b/sw/qa/core/macros-test.cxx
@@ -55,7 +55,7 @@
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentContentOperations.hxx>
-#include "docsh.hxx"
+#include <docsh.hxx>
#include <unotxdoc.hxx>
typedef tools::SvRef<SwDocShell> SwDocShellRef;
diff --git a/sw/qa/core/test_ToxLinkProcessor.cxx b/sw/qa/core/test_ToxLinkProcessor.cxx
index c59a0fa6c11e..00c10aa16271 100644
--- a/sw/qa/core/test_ToxLinkProcessor.cxx
+++ b/sw/qa/core/test_ToxLinkProcessor.cxx
@@ -22,8 +22,8 @@
#include <strings.hrc>
#include <swdll.hxx>
-#include "swtypes.hxx"
-#include "SwStyleNameMapper.hxx"
+#include <swtypes.hxx>
+#include <SwStyleNameMapper.hxx>
using namespace sw;
diff --git a/sw/qa/core/test_ToxMiscTest.cxx b/sw/qa/core/test_ToxMiscTest.cxx
index 0b668f4e9c0e..67a6320cf81b 100644
--- a/sw/qa/core/test_ToxMiscTest.cxx
+++ b/sw/qa/core/test_ToxMiscTest.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "tox.hxx"
+#include <tox.hxx>
#include <cppunit/TestAssert.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
diff --git a/sw/qa/core/test_ToxTextGenerator.cxx b/sw/qa/core/test_ToxTextGenerator.cxx
index 0803d21be61d..5bd25a844665 100644
--- a/sw/qa/core/test_ToxTextGenerator.cxx
+++ b/sw/qa/core/test_ToxTextGenerator.cxx
@@ -7,13 +7,13 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "rtl/ustring.hxx"
-#include "chpfld.hxx"
-#include "ndtxt.hxx"
-#include "tox.hxx"
-#include "txmsrt.hxx"
-#include "ToxTextGenerator.hxx"
-#include "ToxTabStopTokenHandler.hxx"
+#include <rtl/ustring.hxx>
+#include <chpfld.hxx>
+#include <ndtxt.hxx>
+#include <tox.hxx>
+#include <txmsrt.hxx>
+#include <ToxTextGenerator.hxx>
+#include <ToxTabStopTokenHandler.hxx>
#include <memory>
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx
index aad835ef4202..9b68dc156d08 100644
--- a/sw/qa/core/uwriter.cxx
+++ b/sw/qa/core/uwriter.cxx
@@ -30,39 +30,39 @@
#include <xmloff/odffields.hxx>
-#include "breakit.hxx"
-#include "doc.hxx"
+#include <breakit.hxx>
+#include <doc.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentStatistics.hxx>
-#include "cellfml.hxx"
-#include "docsh.hxx"
-#include "docstat.hxx"
-#include "docufld.hxx"
-#include "fmtanchr.hxx"
-#include "init.hxx"
-#include "ndtxt.hxx"
-#include "shellio.hxx"
-#include "shellres.hxx"
-#include "swcrsr.hxx"
-#include "swscanner.hxx"
-#include "swmodule.hxx"
+#include <cellfml.hxx>
+#include <docsh.hxx>
+#include <docstat.hxx>
+#include <docufld.hxx>
+#include <fmtanchr.hxx>
+#include <init.hxx>
+#include <ndtxt.hxx>
+#include <shellio.hxx>
+#include <shellres.hxx>
+#include <swcrsr.hxx>
+#include <swscanner.hxx>
+#include <swmodule.hxx>
#include <swdll.hxx>
-#include "swtypes.hxx"
-#include "fmtftn.hxx"
-#include "fmtrfmrk.hxx"
+#include <swtypes.hxx>
+#include <fmtftn.hxx>
+#include <fmtrfmrk.hxx>
#include <fmtinfmt.hxx>
#include <fchrfmt.hxx>
-#include "fmtfld.hxx"
-#include "redline.hxx"
-#include "docary.hxx"
-#include "modeltoviewhelper.hxx"
-#include "scriptinfo.hxx"
-#include "IMark.hxx"
-#include "ring.hxx"
-#include "calbck.hxx"
-#include "pagedesc.hxx"
-#include "calc.hxx"
+#include <fmtfld.hxx>
+#include <redline.hxx>
+#include <docary.hxx>
+#include <modeltoviewhelper.hxx>
+#include <scriptinfo.hxx>
+#include <IMark.hxx>
+#include <ring.hxx>
+#include <calbck.hxx>
+#include <pagedesc.hxx>
+#include <calc.hxx>
#include <tblafmt.hxx>
#include <unotbl.hxx>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
index 99f5a17d4867..42991a3c3b8b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
@@ -8,7 +8,7 @@
*/
#include <memory>
-#include "config_test.h"
+#include <config_test.h>
#ifdef MACOSX
#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 0f0a9aa0540a..29e008b4d147 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -8,7 +8,7 @@
*/
#include <memory>
-#include "config_test.h"
+#include <config_test.h>
#ifdef MACOSX
#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
diff --git a/sw/qa/extras/rtfexport/rtfexport2.cxx b/sw/qa/extras/rtfexport/rtfexport2.cxx
index c81a2cff3615..d9a4e9995bd2 100644
--- a/sw/qa/extras/rtfexport/rtfexport2.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport2.cxx
@@ -48,7 +48,7 @@
#include <unotools/ucbstreamhelper.hxx>
#include <unotools/streamwrap.hxx>
#include <comphelper/sequenceashashmap.hxx>
-#include "comphelper/configuration.hxx"
+#include <comphelper/configuration.hxx>
#include <bordertest.hxx>
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 4003ba3b4184..50c39d5eb1ce 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -48,7 +48,7 @@
#include <unotools/ucbstreamhelper.hxx>
#include <unotools/streamwrap.hxx>
#include <comphelper/sequenceashashmap.hxx>
-#include "comphelper/configuration.hxx"
+#include <comphelper/configuration.hxx>
class Test : public SwModelTestBase
{
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 679f48ce69b5..fc372f646561 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -46,12 +46,12 @@
#include <postithelper.hxx>
#include <PostItMgr.hxx>
#include <AnnotationWin.hxx>
-#include "com/sun/star/text/XDefaultNumberingProvider.hpp"
-#include "com/sun/star/awt/FontUnderline.hpp"
+#include <com/sun/star/text/XDefaultNumberingProvider.hpp>
+#include <com/sun/star/awt/FontUnderline.hpp>
#include <svx/svdpage.hxx>
#include <svx/svdview.hxx>
-#include "svl/itemiter.hxx"
+#include <svl/itemiter.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/scripttypeitem.hxx>
@@ -66,26 +66,26 @@
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentState.hxx>
#include <unofldmid.h>
-#include "UndoManager.hxx"
+#include <UndoManager.hxx>
#include <textsh.hxx>
#include <frmmgr.hxx>
#include <tblafmt.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include "com/sun/star/util/XNumberFormatTypes.hpp"
-#include "com/sun/star/util/NumberFormat.hpp"
-#include "com/sun/star/util/XNumberFormatsSupplier.hpp"
+#include <com/sun/star/util/XNumberFormatTypes.hpp>
+#include <com/sun/star/util/NumberFormat.hpp>
+#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
#include <com/sun/star/util/SearchAlgorithms2.hpp>
#include <com/sun/star/util/SearchFlags.hpp>
-#include "com/sun/star/util/SearchAlgorithms.hpp"
-#include "com/sun/star/sdbcx/XTablesSupplier.hpp"
-#include "com/sun/star/text/XParagraphCursor.hpp"
-#include "com/sun/star/util/XPropertyReplace.hpp"
-#include "com/sun/star/awt/FontStrikeout.hpp"
-#include "com/sun/star/beans/PropertyAttribute.hpp"
-#include "com/sun/star/text/XTextField.hpp"
-#include "com/sun/star/text/TextMarkupType.hpp"
+#include <com/sun/star/util/SearchAlgorithms.hpp>
+#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
+#include <com/sun/star/text/XParagraphCursor.hpp>
+#include <com/sun/star/util/XPropertyReplace.hpp>
+#include <com/sun/star/awt/FontStrikeout.hpp>
+#include <com/sun/star/beans/PropertyAttribute.hpp>
+#include <com/sun/star/text/XTextField.hpp>
+#include <com/sun/star/text/TextMarkupType.hpp>
#include <com/sun/star/chart2/data/XDataSource.hpp>
#include <com/sun/star/document/XEmbeddedObjectSupplier2.hpp>
#include <com/sun/star/drawing/XShape.hpp>