summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
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/source/core/tox
parent34307a8a7da7def2f3ee207c08b59a48864a03f8 (diff)
loplugin:includeform: sw
Change-Id: Ifc3c4c31a31ee7189eeab6f1af30b94d64f2f92a
Diffstat (limited to 'sw/source/core/tox')
-rw-r--r--sw/source/core/tox/ToxLinkProcessor.cxx6
-rw-r--r--sw/source/core/tox/ToxTabStopTokenHandler.cxx28
-rw-r--r--sw/source/core/tox/ToxTextGenerator.cxx38
-rw-r--r--sw/source/core/tox/ToxWhitespaceStripper.cxx6
4 files changed, 39 insertions, 39 deletions
diff --git a/sw/source/core/tox/ToxLinkProcessor.cxx b/sw/source/core/tox/ToxLinkProcessor.cxx
index b30d8a41ebca..8dc671e7f0ee 100644
--- a/sw/source/core/tox/ToxLinkProcessor.cxx
+++ b/sw/source/core/tox/ToxLinkProcessor.cxx
@@ -8,10 +8,10 @@
*/
#include <memory>
-#include "ToxLinkProcessor.hxx"
+#include <ToxLinkProcessor.hxx>
-#include "SwStyleNameMapper.hxx"
-#include "ndtxt.hxx"
+#include <SwStyleNameMapper.hxx>
+#include <ndtxt.hxx>
#include <o3tl/make_unique.hxx>
#include <strings.hrc>
diff --git a/sw/source/core/tox/ToxTabStopTokenHandler.cxx b/sw/source/core/tox/ToxTabStopTokenHandler.cxx
index f3f6a738dfa7..6de76cb4f2c7 100644
--- a/sw/source/core/tox/ToxTabStopTokenHandler.cxx
+++ b/sw/source/core/tox/ToxTabStopTokenHandler.cxx
@@ -7,20 +7,20 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "ToxTabStopTokenHandler.hxx"
-
-#include "editeng/tstpitem.hxx"
-#include "editeng/lrspitem.hxx"
-
-#include "cntfrm.hxx"
-#include "fmtfsize.hxx"
-#include "fmtpdsc.hxx"
-#include "frmfmt.hxx"
-#include "ndtxt.hxx"
-#include "pagedesc.hxx"
-#include "pagefrm.hxx"
-#include "swrect.hxx"
-#include "tox.hxx"
+#include <ToxTabStopTokenHandler.hxx>
+
+#include <editeng/tstpitem.hxx>
+#include <editeng/lrspitem.hxx>
+
+#include <cntfrm.hxx>
+#include <fmtfsize.hxx>
+#include <fmtpdsc.hxx>
+#include <frmfmt.hxx>
+#include <ndtxt.hxx>
+#include <pagedesc.hxx>
+#include <pagefrm.hxx>
+#include <swrect.hxx>
+#include <tox.hxx>
namespace sw {
diff --git a/sw/source/core/tox/ToxTextGenerator.cxx b/sw/source/core/tox/ToxTextGenerator.cxx
index 2aa7f657d82d..61b664e70c09 100644
--- a/sw/source/core/tox/ToxTextGenerator.cxx
+++ b/sw/source/core/tox/ToxTextGenerator.cxx
@@ -19,27 +19,27 @@
#include <ToxTextGenerator.hxx>
-#include "chpfld.hxx"
-#include "cntfrm.hxx"
-#include "fchrfmt.hxx"
-#include "doc.hxx"
+#include <chpfld.hxx>
+#include <cntfrm.hxx>
+#include <fchrfmt.hxx>
+#include <doc.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentStylePoolAccess.hxx>
-#include "fmtinfmt.hxx"
-#include "ndtxt.hxx"
-#include "pagedesc.hxx"
-#include "tox.hxx"
-#include "txmsrt.hxx"
-#include "fmtautofmt.hxx"
-#include "DocumentSettingManager.hxx"
-#include "SwStyleNameMapper.hxx"
-#include "swatrset.hxx"
-#include "ToxWhitespaceStripper.hxx"
-#include "ToxLinkProcessor.hxx"
-#include "ToxTabStopTokenHandler.hxx"
-#include "txatbase.hxx"
-
-#include "svl/itemiter.hxx"
+#include <fmtinfmt.hxx>
+#include <ndtxt.hxx>
+#include <pagedesc.hxx>
+#include <tox.hxx>
+#include <txmsrt.hxx>
+#include <fmtautofmt.hxx>
+#include <DocumentSettingManager.hxx>
+#include <SwStyleNameMapper.hxx>
+#include <swatrset.hxx>
+#include <ToxWhitespaceStripper.hxx>
+#include <ToxLinkProcessor.hxx>
+#include <ToxTabStopTokenHandler.hxx>
+#include <txatbase.hxx>
+
+#include <svl/itemiter.hxx>
#include <cassert>
#include <memory>
diff --git a/sw/source/core/tox/ToxWhitespaceStripper.cxx b/sw/source/core/tox/ToxWhitespaceStripper.cxx
index 9ea87c4e2ede..fb9315862d6e 100644
--- a/sw/source/core/tox/ToxWhitespaceStripper.cxx
+++ b/sw/source/core/tox/ToxWhitespaceStripper.cxx
@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "ToxWhitespaceStripper.hxx"
+#include <ToxWhitespaceStripper.hxx>
-#include "rtl/ustrbuf.hxx"
-#include "sal/log.hxx"
+#include <rtl/ustrbuf.hxx>
+#include <sal/log.hxx>
namespace sw {