summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-08 21:46:51 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-09 05:30:41 +0200
commit5c151537b571614c8f10b96e2b60faa959413f1f (patch)
treea3410556cd5a09546aafd327d090eb4176235129 /sw/source/uibase/shells
parent91d5cebbde2e854a73a9a7633725350df1418387 (diff)
uibase: consistently use "" and <> in include directives
Change-Id: Ib6888045cecb4bd7b3498534605d790324f1b40a Reviewed-on: https://gerrit.libreoffice.org/43265 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/source/uibase/shells')
-rw-r--r--sw/source/uibase/shells/annotsh.cxx8
-rw-r--r--sw/source/uibase/shells/basesh.cxx4
-rw-r--r--sw/source/uibase/shells/beziersh.cxx20
-rw-r--r--sw/source/uibase/shells/drawdlg.cxx10
-rw-r--r--sw/source/uibase/shells/drawsh.cxx20
-rw-r--r--sw/source/uibase/shells/drformsh.cxx20
-rw-r--r--sw/source/uibase/shells/drwbassh.cxx2
-rw-r--r--sw/source/uibase/shells/drwtxtex.cxx2
-rw-r--r--sw/source/uibase/shells/drwtxtsh.cxx4
-rw-r--r--sw/source/uibase/shells/frmsh.cxx4
-rw-r--r--sw/source/uibase/shells/grfsh.cxx4
-rw-r--r--sw/source/uibase/shells/langhelper.cxx2
-rw-r--r--sw/source/uibase/shells/listsh.cxx28
-rw-r--r--sw/source/uibase/shells/mediash.cxx4
-rw-r--r--sw/source/uibase/shells/navsh.cxx20
-rw-r--r--sw/source/uibase/shells/slotadd.cxx18
-rw-r--r--sw/source/uibase/shells/tabsh.cxx4
-rw-r--r--sw/source/uibase/shells/textfld.cxx2
-rw-r--r--sw/source/uibase/shells/textglos.cxx16
-rw-r--r--sw/source/uibase/shells/textidx.cxx20
-rw-r--r--sw/source/uibase/shells/textsh.cxx2
-rw-r--r--sw/source/uibase/shells/textsh1.cxx6
-rw-r--r--sw/source/uibase/shells/textsh2.cxx20
-rw-r--r--sw/source/uibase/shells/txtattr.cxx6
-rw-r--r--sw/source/uibase/shells/txtcrsr.cxx2
-rw-r--r--sw/source/uibase/shells/txtnum.cxx20
26 files changed, 134 insertions, 134 deletions
diff --git a/sw/source/uibase/shells/annotsh.cxx b/sw/source/uibase/shells/annotsh.cxx
index 79febb081f52..8e94dd42375d 100644
--- a/sw/source/uibase/shells/annotsh.cxx
+++ b/sw/source/uibase/shells/annotsh.cxx
@@ -90,12 +90,12 @@
#include <globals.hrc>
#include <strings.hrc>
#include <breakit.hxx>
-#include "annotsh.hxx"
-#include "view.hxx"
+#include <annotsh.hxx>
+#include <view.hxx>
#include <PostItMgr.hxx>
#include <AnnotationWin.hxx>
-#include "swtypes.hxx"
+#include <swtypes.hxx>
#include <svx/svxdlg.hxx>
#include <svx/dialogs.hrc>
@@ -112,7 +112,7 @@
#include <docsh.hxx>
#include <svl/undo.hxx>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <app.hrc>
#include <comphelper/string.hxx>
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index c2180b12e39a..8dbfd4e91cc8 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -94,7 +94,7 @@
#include <doc.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentUndoRedo.hxx>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <modcfg.hxx>
#include <instable.hxx>
#include <svx/fmshell.hxx>
@@ -125,7 +125,7 @@ static sal_uInt8 nFooterPos;
#define SwBaseShell
#include <sfx2/msg.hxx>
-#include "swslots.hxx"
+#include <swslots.hxx>
namespace
{
diff --git a/sw/source/uibase/shells/beziersh.cxx b/sw/source/uibase/shells/beziersh.cxx
index baedf94d706b..bbabedc2eded 100644
--- a/sw/source/uibase/shells/beziersh.cxx
+++ b/sw/source/uibase/shells/beziersh.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "cmdid.h"
+#include <cmdid.h>
#include <svx/svdview.hxx>
#include <svl/srchitem.hxx>
#include <svl/eitem.hxx>
@@ -28,17 +28,17 @@
#include <sfx2/dispatch.hxx>
#include <sfx2/objface.hxx>
-#include "wrtsh.hxx"
-#include "view.hxx"
-#include "edtwin.hxx"
-#include "helpids.h"
-#include "globals.hrc"
-#include "drawbase.hxx"
-#include "beziersh.hxx"
-#include "strings.hrc"
+#include <wrtsh.hxx>
+#include <view.hxx>
+#include <edtwin.hxx>
+#include <helpids.h>
+#include <globals.hrc>
+#include <drawbase.hxx>
+#include <beziersh.hxx>
+#include <strings.hrc>
#define SwBezierShell
#include <sfx2/msg.hxx>
-#include "swslots.hxx"
+#include <swslots.hxx>
#include <unomid.h>
diff --git a/sw/source/uibase/shells/drawdlg.cxx b/sw/source/uibase/shells/drawdlg.cxx
index e771ad55f286..06a107981c58 100644
--- a/sw/source/uibase/shells/drawdlg.cxx
+++ b/sw/source/uibase/shells/drawdlg.cxx
@@ -25,12 +25,12 @@
#include <svx/drawitem.hxx>
#include <svx/xtable.hxx>
-#include "view.hxx"
-#include "wrtsh.hxx"
-#include "docsh.hxx"
-#include "cmdid.h"
+#include <view.hxx>
+#include <wrtsh.hxx>
+#include <docsh.hxx>
+#include <cmdid.h>
-#include "drawsh.hxx"
+#include <drawsh.hxx>
#include <svx/svxdlg.hxx>
#include <svx/dialogs.hrc>
#include <memory>
diff --git a/sw/source/uibase/shells/drawsh.cxx b/sw/source/uibase/shells/drawsh.cxx
index f2d3a461a8ca..eb33d5ebfb0d 100644
--- a/sw/source/uibase/shells/drawsh.cxx
+++ b/sw/source/uibase/shells/drawsh.cxx
@@ -50,19 +50,19 @@
#include <svx/svdundo.hxx>
#include <svx/xbtmpit.hxx>
-#include "swundo.hxx"
-#include "wrtsh.hxx"
-#include "cmdid.h"
-#include "globals.hrc"
-#include "helpids.h"
-#include "strings.hrc"
-#include "drwbassh.hxx"
-#include "drawsh.hxx"
+#include <swundo.hxx>
+#include <wrtsh.hxx>
+#include <cmdid.h>
+#include <globals.hrc>
+#include <helpids.h>
+#include <strings.hrc>
+#include <drwbassh.hxx>
+#include <drawsh.hxx>
#define SwDrawShell
#include <sfx2/msg.hxx>
-#include "swslots.hxx"
-#include "swabstdlg.hxx"
+#include <swslots.hxx>
+#include <swabstdlg.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
diff --git a/sw/source/uibase/shells/drformsh.cxx b/sw/source/uibase/shells/drformsh.cxx
index 0c606e342637..b34c5f818d41 100644
--- a/sw/source/uibase/shells/drformsh.cxx
+++ b/sw/source/uibase/shells/drformsh.cxx
@@ -34,15 +34,15 @@
#include <sfx2/htmlmode.hxx>
#include <tools/urlobj.hxx>
-#include "viewopt.hxx"
-#include "swmodule.hxx"
-#include "wrtsh.hxx"
-#include "cmdid.h"
-#include "globals.hrc"
-#include "helpids.h"
-#include "strings.hrc"
-#include "drwbassh.hxx"
-#include "drformsh.hxx"
+#include <viewopt.hxx>
+#include <swmodule.hxx>
+#include <wrtsh.hxx>
+#include <cmdid.h>
+#include <globals.hrc>
+#include <helpids.h>
+#include <strings.hrc>
+#include <drwbassh.hxx>
+#include <drformsh.hxx>
#include <svl/urihelper.hxx>
#include <view.hxx>
#include <sfx2/docfile.hxx>
@@ -50,7 +50,7 @@
#define SwDrawFormShell
#include <sfx2/msg.hxx>
-#include "swslots.hxx"
+#include <swslots.hxx>
#include <unomid.h>
diff --git a/sw/source/uibase/shells/drwbassh.cxx b/sw/source/uibase/shells/drwbassh.cxx
index 5c31e2215d6b..53aa72233b20 100644
--- a/sw/source/uibase/shells/drwbassh.cxx
+++ b/sw/source/uibase/shells/drwbassh.cxx
@@ -55,7 +55,7 @@
#include <swslots.hxx>
#include <svx/svxdlg.hxx>
#include <svx/dialogs.hrc>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <swundo.hxx>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
diff --git a/sw/source/uibase/shells/drwtxtex.cxx b/sw/source/uibase/shells/drwtxtex.cxx
index 39c30245cced..e92724c00f00 100644
--- a/sw/source/uibase/shells/drwtxtex.cxx
+++ b/sw/source/uibase/shells/drwtxtex.cxx
@@ -94,7 +94,7 @@
#include <wrtsh.hxx>
#include <wview.hxx>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <memory>
using namespace ::com::sun::star;
diff --git a/sw/source/uibase/shells/drwtxtsh.cxx b/sw/source/uibase/shells/drwtxtsh.cxx
index 5c81891d0de2..e5af6c0995a1 100644
--- a/sw/source/uibase/shells/drwtxtsh.cxx
+++ b/sw/source/uibase/shells/drwtxtsh.cxx
@@ -71,8 +71,8 @@
#include <svx/xtable.hxx>
#include <cppuhelper/bootstrap.hxx>
#include <comphelper/processfactory.hxx>
-#include "swabstdlg.hxx"
-#include "IDocumentUndoRedo.hxx"
+#include <swabstdlg.hxx>
+#include <IDocumentUndoRedo.hxx>
#include <memory>
using namespace ::com::sun::star;
diff --git a/sw/source/uibase/shells/frmsh.cxx b/sw/source/uibase/shells/frmsh.cxx
index 4464f69bd4b7..c995c01987ce 100644
--- a/sw/source/uibase/shells/frmsh.cxx
+++ b/sw/source/uibase/shells/frmsh.cxx
@@ -74,7 +74,7 @@
#include <cfgitems.hxx>
#include <globals.hrc>
#include <strings.hrc>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <svx/dialogs.hrc>
@@ -84,7 +84,7 @@
#define SwFrameShell
#include <sfx2/msg.hxx>
-#include "swslots.hxx"
+#include <swslots.hxx>
using ::editeng::SvxBorderLine;
using namespace ::com::sun::star;
diff --git a/sw/source/uibase/shells/grfsh.cxx b/sw/source/uibase/shells/grfsh.cxx
index 3e3e1bafa821..dafb8d4b643b 100644
--- a/sw/source/uibase/shells/grfsh.cxx
+++ b/sw/source/uibase/shells/grfsh.cxx
@@ -73,8 +73,8 @@
#define SwGrfShell
#include <sfx2/msg.hxx>
-#include "swslots.hxx"
-#include "swabstdlg.hxx"
+#include <swslots.hxx>
+#include <swabstdlg.hxx>
#include <unocrsr.hxx>
#include <memory>
diff --git a/sw/source/uibase/shells/langhelper.cxx b/sw/source/uibase/shells/langhelper.cxx
index 6297c2e5d1af..ce47eafd7e15 100644
--- a/sw/source/uibase/shells/langhelper.cxx
+++ b/sw/source/uibase/shells/langhelper.cxx
@@ -47,7 +47,7 @@
#include <view.hxx>
#include <viewopt.hxx>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <vcl/msgbox.hxx>
diff --git a/sw/source/uibase/shells/listsh.cxx b/sw/source/uibase/shells/listsh.cxx
index cb17d42b9a14..5ef04460e6cb 100644
--- a/sw/source/uibase/shells/listsh.cxx
+++ b/sw/source/uibase/shells/listsh.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "cmdid.h"
-#include "hintids.hxx"
+#include <cmdid.h>
+#include <hintids.hxx>
#include <editeng/sizeitem.hxx>
#include <editeng/brushitem.hxx>
#include <sfx2/app.hxx>
@@ -33,21 +33,21 @@
#include <numrule.hxx>
#include <fmtornt.hxx>
-#include "wrtsh.hxx"
-#include "swmodule.hxx"
-#include "frmatr.hxx"
-#include "helpids.h"
-#include "globals.hrc"
-#include "strings.hrc"
-#include "uinums.hxx"
-#include "listsh.hxx"
-#include "poolfmt.hxx"
-#include "view.hxx"
-#include "edtwin.hxx"
+#include <wrtsh.hxx>
+#include <swmodule.hxx>
+#include <frmatr.hxx>
+#include <helpids.h>
+#include <globals.hrc>
+#include <strings.hrc>
+#include <uinums.hxx>
+#include <listsh.hxx>
+#include <poolfmt.hxx>
+#include <view.hxx>
+#include <edtwin.hxx>
#define SwListShell
#include <sfx2/msg.hxx>
-#include "swslots.hxx"
+#include <swslots.hxx>
#include <IDocumentOutlineNodes.hxx>
diff --git a/sw/source/uibase/shells/mediash.cxx b/sw/source/uibase/shells/mediash.cxx
index 149579727a02..297d0363d234 100644
--- a/sw/source/uibase/shells/mediash.cxx
+++ b/sw/source/uibase/shells/mediash.cxx
@@ -64,8 +64,8 @@
#define SwMediaShell
#include <sfx2/msg.hxx>
-#include "swslots.hxx"
-#include "swabstdlg.hxx"
+#include <swslots.hxx>
+#include <swabstdlg.hxx>
#include <memory>
SFX_IMPL_INTERFACE(SwMediaShell, SwBaseShell)
diff --git a/sw/source/uibase/shells/navsh.cxx b/sw/source/uibase/shells/navsh.cxx
index 8ae56c034970..80d76dbf735f 100644
--- a/sw/source/uibase/shells/navsh.cxx
+++ b/sw/source/uibase/shells/navsh.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "cmdid.h"
+#include <cmdid.h>
#include <svx/svdview.hxx>
#include <svl/srchitem.hxx>
#include <svl/eitem.hxx>
@@ -16,17 +16,17 @@
#include <sfx2/request.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/objface.hxx>
-#include "wrtsh.hxx"
-#include "view.hxx"
-#include "edtwin.hxx"
-#include "helpids.h"
-#include "globals.hrc"
-#include "navsh.hxx"
-#include "strings.hrc"
+#include <wrtsh.hxx>
+#include <view.hxx>
+#include <edtwin.hxx>
+#include <helpids.h>
+#include <globals.hrc>
+#include <navsh.hxx>
+#include <strings.hrc>
#define SwNavigationShell
-#include "swslots.hxx"
+#include <swslots.hxx>
#include <unomid.h>
-#include "navmgr.hxx"
+#include <navmgr.hxx>
SFX_IMPL_INTERFACE(SwNavigationShell, SwBaseShell)
diff --git a/sw/source/uibase/shells/slotadd.cxx b/sw/source/uibase/shells/slotadd.cxx
index 173bf0f41b6e..043357225f53 100644
--- a/sw/source/uibase/shells/slotadd.cxx
+++ b/sw/source/uibase/shells/slotadd.cxx
@@ -19,9 +19,9 @@
#include <config_options.h>
-#include "hintids.hxx"
-#include "uiitems.hxx"
-#include "cmdid.h"
+#include <hintids.hxx>
+#include <uiitems.hxx>
+#include <cmdid.h>
#include <svl/globalnameitem.hxx>
#include <editeng/memberids.h>
@@ -105,11 +105,11 @@
#include <fmtinfmt.hxx>
#include <fmtfsize.hxx>
#include <fmtsrnd.hxx>
-#include "envimg.hxx"
-#include "frmatr.hxx"
-#include "cfgitems.hxx"
-#include "grfatr.hxx"
-#include "fmtline.hxx"
+#include <envimg.hxx>
+#include <frmatr.hxx>
+#include <cfgitems.hxx>
+#include <grfatr.hxx>
+#include <fmtline.hxx>
#include <svx/clipfmtitem.hxx>
#include <editeng/blinkitem.hxx>
#include <svl/slstitm.hxx>
@@ -133,6 +133,6 @@
#define SFX_TYPEMAP
#include <sfx2/msg.hxx>
-#include "swslots.hxx"
+#include <swslots.hxx>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/uibase/shells/tabsh.cxx b/sw/source/uibase/shells/tabsh.cxx
index cd6726ee2b31..b3519acbf9d6 100644
--- a/sw/source/uibase/shells/tabsh.cxx
+++ b/sw/source/uibase/shells/tabsh.cxx
@@ -62,7 +62,7 @@
#include <uiitems.hxx>
#include <usrpref.hxx>
#include <tabsh.hxx>
-#include "swtablerep.hxx"
+#include <swtablerep.hxx>
#include <tablemgr.hxx>
#include <cellatr.hxx>
#include <frmfmt.hxx>
@@ -82,7 +82,7 @@
#include <sfx2/msg.hxx>
#include <swslots.hxx>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <memory>
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index 9eeddb8e2a2b..eb7a92cd1a58 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -62,7 +62,7 @@
#include <strings.hrc>
#include <sfx2/app.hxx>
#include <svx/dialogs.hrc>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <doc.hxx>
#include <app.hrc>
#include <edtwin.hxx>
diff --git a/sw/source/uibase/shells/textglos.cxx b/sw/source/uibase/shells/textglos.cxx
index 21ca0f6c5a97..6a85f91867f8 100644
--- a/sw/source/uibase/shells/textglos.cxx
+++ b/sw/source/uibase/shells/textglos.cxx
@@ -21,14 +21,14 @@
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
-#include "view.hxx"
-#include "cmdid.h"
-#include "textsh.hxx"
-#include "initui.hxx"
-#include "gloshdl.hxx"
-#include "glosdoc.hxx"
-#include "gloslst.hxx"
-#include "swabstdlg.hxx"
+#include <view.hxx>
+#include <cmdid.h>
+#include <textsh.hxx>
+#include <initui.hxx>
+#include <gloshdl.hxx>
+#include <glosdoc.hxx>
+#include <gloslst.hxx>
+#include <swabstdlg.hxx>
void SwTextShell::ExecGlossary(SfxRequest &rReq)
{
diff --git a/sw/source/uibase/shells/textidx.cxx b/sw/source/uibase/shells/textidx.cxx
index e833e0f7e16f..73061b385934 100644
--- a/sw/source/uibase/shells/textidx.cxx
+++ b/sw/source/uibase/shells/textidx.cxx
@@ -27,16 +27,16 @@
#include <fmtfsize.hxx>
#include <fldbas.hxx>
#include <uiitems.hxx>
-#include "viewopt.hxx"
-#include "cmdid.h"
-#include "view.hxx"
-#include "wrtsh.hxx"
-#include "swundo.hxx"
-#include "textsh.hxx"
-#include "idxmrk.hxx"
-#include "cnttab.hxx"
-#include "toxmgr.hxx"
-#include "swabstdlg.hxx"
+#include <viewopt.hxx>
+#include <cmdid.h>
+#include <view.hxx>
+#include <wrtsh.hxx>
+#include <swundo.hxx>
+#include <textsh.hxx>
+#include <idxmrk.hxx>
+#include <cnttab.hxx>
+#include <toxmgr.hxx>
+#include <swabstdlg.hxx>
#include <globals.hrc>
#include <memory>
diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx
index 3f9ac4f5285e..f321650318e2 100644
--- a/sw/source/uibase/shells/textsh.cxx
+++ b/sw/source/uibase/shells/textsh.cxx
@@ -103,7 +103,7 @@ using namespace ::com::sun::star;
#include <svx/svxdlg.hxx>
#include <svx/dialogs.hrc>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <unomid.h>
#include <IDocumentDrawModelAccess.hxx>
#include <drawdoc.hxx>
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx
index 671906587815..269d59d35f44 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -80,17 +80,17 @@
#include <cellatr.hxx>
#include <edtwin.hxx>
#include <redlndlg.hxx>
-#include "fldmgr.hxx"
+#include <fldmgr.hxx>
#include <globals.hrc>
#include <strings.hrc>
#include <app.hrc>
-#include "paratr.hxx"
+#include <paratr.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/app.hxx>
#include <breakit.hxx>
#include <SwSmartTagMgr.hxx>
#include <editeng/acorrcfg.hxx>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <IDocumentStatistics.hxx>
#include <sfx2/sfxdlg.hxx>
#include <unotools/lingucfg.hxx>
diff --git a/sw/source/uibase/shells/textsh2.cxx b/sw/source/uibase/shells/textsh2.cxx
index 936c327bf849..161dfa912789 100644
--- a/sw/source/uibase/shells/textsh2.cxx
+++ b/sw/source/uibase/shells/textsh2.cxx
@@ -36,21 +36,21 @@
#include <sfx2/frame.hxx>
#include <fldmgr.hxx>
#include <fldbas.hxx>
-#include "dbmgr.hxx"
+#include <dbmgr.hxx>
#include <comphelper/uno3.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <vcl/svapp.hxx>
-#include "view.hxx"
-#include "wrtsh.hxx"
-#include "swtypes.hxx"
-#include "cmdid.h"
-#include "swevent.hxx"
-#include "strings.hrc"
-#include "textsh.hxx"
-#include "swabstdlg.hxx"
-#include "dbui.hrc"
+#include <view.hxx>
+#include <wrtsh.hxx>
+#include <swtypes.hxx>
+#include <cmdid.h>
+#include <swevent.hxx>
+#include <strings.hrc>
+#include <textsh.hxx>
+#include <swabstdlg.hxx>
+#include <dbui.hrc>
#include <unomid.h>
diff --git a/sw/source/uibase/shells/txtattr.cxx b/sw/source/uibase/shells/txtattr.cxx
index 00ea92dad174..b62232a7251c 100644
--- a/sw/source/uibase/shells/txtattr.cxx
+++ b/sw/source/uibase/shells/txtattr.cxx
@@ -38,7 +38,7 @@
#include <editeng/scripttypeitem.hxx>
#include <editeng/frmdiritem.hxx>
#include <editeng/cmapitem.hxx>
-#include "paratr.hxx"
+#include <paratr.hxx>
#include <fmtinfmt.hxx>
#include <docsh.hxx>
@@ -55,8 +55,8 @@
#include <globals.h>
#include <strings.hrc>
#include <SwStyleNameMapper.hxx>
-#include "swabstdlg.hxx"
-#include "outline.hxx"
+#include <swabstdlg.hxx>
+#include <outline.hxx>
#include <memory>
const sal_uInt32 nFontInc = 40; // 2pt
diff --git a/sw/source/uibase/shells/txtcrsr.cxx b/sw/source/uibase/shells/txtcrsr.cxx
index fa25fd5d8bf8..f64127c45069 100644
--- a/sw/source/uibase/shells/txtcrsr.cxx
+++ b/sw/source/uibase/shells/txtcrsr.cxx
@@ -42,7 +42,7 @@
#include <svx/svdouno.hxx>
#include <svx/fmshell.hxx>
#include <svx/sdrobjectfilter.hxx>
-#include "outline.hxx"
+#include <outline.hxx>
using namespace ::com::sun::star;
diff --git a/sw/source/uibase/shells/txtnum.cxx b/sw/source/uibase/shells/txtnum.cxx
index 95ea4e775478..2e3d4cbfc142 100644
--- a/sw/source/uibase/shells/txtnum.cxx
+++ b/sw/source/uibase/shells/txtnum.cxx
@@ -26,16 +26,16 @@
#include <editeng/brushitem.hxx>
#include <numrule.hxx>
-#include "cmdid.h"
-#include "wrtsh.hxx"
-#include "view.hxx"
-#include "viewopt.hxx"
-#include "wdocsh.hxx"
-#include "poolfmt.hxx"
-#include "textsh.hxx"
-#include "uiitems.hxx"
-#include "swabstdlg.hxx"
-#include "SwStyleNameMapper.hxx"
+#include <cmdid.h>
+#include <wrtsh.hxx>
+#include <view.hxx>
+#include <viewopt.hxx>
+#include <wdocsh.hxx>
+#include <poolfmt.hxx>
+#include <textsh.hxx>
+#include <uiitems.hxx>
+#include <swabstdlg.hxx>
+#include <SwStyleNameMapper.hxx>
#include <globals.hrc>
#include <sfx2/tabdlg.hxx>
#include <svx/nbdtmg.hxx>