summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:32:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:55 +0200
commit3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4 (patch)
treef2c55022db35b8a1d4569e437d6636472f8ab83d /sd/source/ui/dlg
parent2d1de9686e831158de55d9c5e8f51d36412556ec (diff)
loplugin:includeform: sd
Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r--sd/source/ui/dlg/AnimationChildWindow.cxx6
-rw-r--r--sd/source/ui/dlg/LayerTabBar.cxx30
-rw-r--r--sd/source/ui/dlg/NavigatorChildWindow.cxx6
-rw-r--r--sd/source/ui/dlg/PaneChildWindows.cxx14
-rw-r--r--sd/source/ui/dlg/PaneDockingWindow.cxx10
-rw-r--r--sd/source/ui/dlg/PaneShells.cxx8
-rw-r--r--sd/source/ui/dlg/PhotoAlbumDialog.cxx4
-rw-r--r--sd/source/ui/dlg/PhotoAlbumDialog.hxx8
-rw-r--r--sd/source/ui/dlg/RemoteDialog.cxx8
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.cxx14
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.hxx12
-rw-r--r--sd/source/ui/dlg/SpellDialogChildWindow.cxx12
-rw-r--r--sd/source/ui/dlg/TemplateScanner.cxx2
-rw-r--r--sd/source/ui/dlg/animobjs.cxx20
-rw-r--r--sd/source/ui/dlg/assclass.cxx2
-rw-r--r--sd/source/ui/dlg/brkdlg.cxx14
-rw-r--r--sd/source/ui/dlg/copydlg.cxx10
-rw-r--r--sd/source/ui/dlg/custsdlg.cxx18
-rw-r--r--sd/source/ui/dlg/diactrl.cxx10
-rw-r--r--sd/source/ui/dlg/dlgchar.cxx4
-rw-r--r--sd/source/ui/dlg/dlgfield.cxx14
-rw-r--r--sd/source/ui/dlg/dlgolbul.cxx14
-rw-r--r--sd/source/ui/dlg/dlgpage.cxx6
-rw-r--r--sd/source/ui/dlg/dlgsnap.cxx10
-rw-r--r--sd/source/ui/dlg/docprev.cxx18
-rw-r--r--sd/source/ui/dlg/filedlg.cxx6
-rw-r--r--sd/source/ui/dlg/gluectrl.cxx8
-rw-r--r--sd/source/ui/dlg/headerfooterdlg.cxx18
-rw-r--r--sd/source/ui/dlg/ins_paste.cxx2
-rw-r--r--sd/source/ui/dlg/inspagob.cxx14
-rw-r--r--sd/source/ui/dlg/layeroptionsdlg.cxx8
-rw-r--r--sd/source/ui/dlg/masterlayoutdlg.cxx8
-rw-r--r--sd/source/ui/dlg/morphdlg.cxx10
-rw-r--r--sd/source/ui/dlg/navigatr.cxx32
-rw-r--r--sd/source/ui/dlg/paragr.cxx8
-rw-r--r--sd/source/ui/dlg/present.cxx10
-rw-r--r--sd/source/ui/dlg/prltempl.cxx12
-rw-r--r--sd/source/ui/dlg/prntopts.cxx10
-rw-r--r--sd/source/ui/dlg/sdabstdlg.cxx2
-rw-r--r--sd/source/ui/dlg/sddlgfact.cxx50
-rw-r--r--sd/source/ui/dlg/sddlgfact.hxx2
-rw-r--r--sd/source/ui/dlg/sdpreslt.cxx18
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx30
-rw-r--r--sd/source/ui/dlg/sduiexp.cxx30
-rw-r--r--sd/source/ui/dlg/tabtempl.cxx10
-rw-r--r--sd/source/ui/dlg/tpaction.cxx22
-rw-r--r--sd/source/ui/dlg/tpoption.cxx12
-rw-r--r--sd/source/ui/dlg/unchss.cxx16
-rw-r--r--sd/source/ui/dlg/vectdlg.cxx12
49 files changed, 312 insertions, 312 deletions
diff --git a/sd/source/ui/dlg/AnimationChildWindow.cxx b/sd/source/ui/dlg/AnimationChildWindow.cxx
index 8a7b7948dffb..fac4329c9262 100644
--- a/sd/source/ui/dlg/AnimationChildWindow.cxx
+++ b/sd/source/ui/dlg/AnimationChildWindow.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "AnimationChildWindow.hxx"
+#include <AnimationChildWindow.hxx>
-#include "app.hrc"
-#include "animobjs.hxx"
+#include <app.hrc>
+#include <animobjs.hxx>
#include <sfx2/app.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/dockwin.hxx>
diff --git a/sd/source/ui/dlg/LayerTabBar.cxx b/sd/source/ui/dlg/LayerTabBar.cxx
index 1d1aae802c41..38238db341b7 100644
--- a/sd/source/ui/dlg/LayerTabBar.cxx
+++ b/sd/source/ui/dlg/LayerTabBar.cxx
@@ -17,26 +17,26 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "LayerTabBar.hxx"
+#include <LayerTabBar.hxx>
#include <svx/svdlayer.hxx>
#include <svx/svdpagv.hxx>
#include <vcl/msgbox.hxx>
#include <sfx2/dispatch.hxx>
-#include "sdattr.hxx"
-#include "sdmod.hxx"
-#include "helpids.h"
-#include "app.hrc"
-#include "strings.hrc"
-
-#include "DrawViewShell.hxx"
-#include "Window.hxx"
-#include "View.hxx"
-#include "drawdoc.hxx"
-#include "sdresid.hxx"
-#include "DrawDocShell.hxx"
-#include "drawview.hxx"
-#include "undolayer.hxx"
+#include <sdattr.hxx>
+#include <sdmod.hxx>
+#include <helpids.h>
+#include <app.hrc>
+#include <strings.hrc>
+
+#include <DrawViewShell.hxx>
+#include <Window.hxx>
+#include <View.hxx>
+#include <drawdoc.hxx>
+#include <sdresid.hxx>
+#include <DrawDocShell.hxx>
+#include <drawview.hxx>
+#include <undolayer.hxx>
namespace sd {
diff --git a/sd/source/ui/dlg/NavigatorChildWindow.cxx b/sd/source/ui/dlg/NavigatorChildWindow.cxx
index 44ad4a659f00..1f15efe8c0bd 100644
--- a/sd/source/ui/dlg/NavigatorChildWindow.cxx
+++ b/sd/source/ui/dlg/NavigatorChildWindow.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "NavigatorChildWindow.hxx"
-#include "navigatr.hxx"
-#include "app.hrc"
+#include <NavigatorChildWindow.hxx>
+#include <navigatr.hxx>
+#include <app.hrc>
#include <sfx2/app.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
diff --git a/sd/source/ui/dlg/PaneChildWindows.cxx b/sd/source/ui/dlg/PaneChildWindows.cxx
index 34db1be617a7..7a22c968174a 100644
--- a/sd/source/ui/dlg/PaneChildWindows.cxx
+++ b/sd/source/ui/dlg/PaneChildWindows.cxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "PaneChildWindows.hxx"
-#include "PaneDockingWindow.hxx"
-#include "ViewShellBase.hxx"
-#include "framework/FrameworkHelper.hxx"
-#include "app.hrc"
-#include "strings.hrc"
-#include "sdresid.hxx"
+#include <PaneChildWindows.hxx>
+#include <PaneDockingWindow.hxx>
+#include <ViewShellBase.hxx>
+#include <framework/FrameworkHelper.hxx>
+#include <app.hrc>
+#include <strings.hrc>
+#include <sdresid.hxx>
#include <sfx2/app.hxx>
#include <sfx2/dockwin.hxx>
diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx
index 769d5ee79f9a..b68665a0a24d 100644
--- a/sd/source/ui/dlg/PaneDockingWindow.cxx
+++ b/sd/source/ui/dlg/PaneDockingWindow.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "PaneDockingWindow.hxx"
-#include "Window.hxx"
-#include "ViewShellBase.hxx"
-#include "framework/FrameworkHelper.hxx"
-#include "sdresid.hxx"
+#include <PaneDockingWindow.hxx>
+#include <Window.hxx>
+#include <ViewShellBase.hxx>
+#include <framework/FrameworkHelper.hxx>
+#include <sdresid.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/toolbox.hxx>
diff --git a/sd/source/ui/dlg/PaneShells.cxx b/sd/source/ui/dlg/PaneShells.cxx
index 6ba2b3ae8fc9..ce42f25d703c 100644
--- a/sd/source/ui/dlg/PaneShells.cxx
+++ b/sd/source/ui/dlg/PaneShells.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "PaneShells.hxx"
+#include <PaneShells.hxx>
-#include "PaneChildWindows.hxx"
+#include <PaneChildWindows.hxx>
-#include "strings.hrc"
-#include "sdresid.hxx"
+#include <strings.hrc>
+#include <sdresid.hxx>
#include <sfx2/msg.hxx>
#include <sfx2/objface.hxx>
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
index 82b8f323d601..72d8bd2a1db2 100644
--- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx
+++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
@@ -32,8 +32,8 @@
#include <xmloff/autolayout.hxx>
#include "PhotoAlbumDialog.hxx"
-#include "strings.hrc"
-#include "sdresid.hxx"
+#include <strings.hrc>
+#include <sdresid.hxx>
namespace sd
{
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.hxx b/sd/source/ui/dlg/PhotoAlbumDialog.hxx
index e6541b58f38c..0294f05ba120 100644
--- a/sd/source/ui/dlg/PhotoAlbumDialog.hxx
+++ b/sd/source/ui/dlg/PhotoAlbumDialog.hxx
@@ -10,10 +10,10 @@
#ifndef INCLUDED_SD_SOURCE_UI_DLG_PHOTOALBUMDIALOG_HXX
#define INCLUDED_SD_SOURCE_UI_DLG_PHOTOALBUMDIALOG_HXX
-#include "tools/link.hxx"
-#include "sdpage.hxx"
-#include "pres.hxx"
-#include "drawdoc.hxx"
+#include <tools/link.hxx>
+#include <sdpage.hxx>
+#include <pres.hxx>
+#include <drawdoc.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
diff --git a/sd/source/ui/dlg/RemoteDialog.cxx b/sd/source/ui/dlg/RemoteDialog.cxx
index 7ce3f50da537..91fa6258b59d 100644
--- a/sd/source/ui/dlg/RemoteDialog.cxx
+++ b/sd/source/ui/dlg/RemoteDialog.cxx
@@ -7,12 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "sdattr.hxx"
-#include "sdresid.hxx"
-#include "cusshow.hxx"
+#include <sdattr.hxx>
+#include <sdresid.hxx>
+#include <cusshow.hxx>
#include "RemoteDialog.hxx"
-#include "RemoteServer.hxx"
+#include <RemoteServer.hxx>
using namespace ::sd;
using namespace ::std;
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx
index 1c29c2f8324c..999d02e36b9c 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx
@@ -19,19 +19,19 @@
#include <vector>
-#include "svtools/controldims.hxx"
+#include <svtools/controldims.hxx>
#include "RemoteDialogClientBox.hxx"
-#include "RemoteServer.hxx"
+#include <RemoteServer.hxx>
-#include "comphelper/processfactory.hxx"
-#include "com/sun/star/i18n/CollatorOptions.hpp"
-#include "com/sun/star/deployment/DependencyException.hpp"
-#include "com/sun/star/deployment/DeploymentException.hpp"
+#include <comphelper/processfactory.hxx>
+#include <com/sun/star/i18n/CollatorOptions.hpp>
+#include <com/sun/star/deployment/DependencyException.hpp>
+#include <com/sun/star/deployment/DeploymentException.hpp>
#include <vcl/settings.hxx>
#include <vcl/builderfactory.hxx>
-#include "strings.hrc"
+#include <strings.hrc>
using namespace std;
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
index 5f63a8ec99b4..f3076804da93 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
@@ -20,23 +20,23 @@
#ifndef INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX
#define INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX
-#include "rtl/ustring.hxx"
+#include <rtl/ustring.hxx>
#include <vcl/scrbar.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <vcl/dialog.hxx>
#include <vcl/field.hxx>
-#include "svtools/extensionlistbox.hxx"
+#include <svtools/extensionlistbox.hxx>
#include <cppuhelper/implbase.hxx>
-#include "com/sun/star/lang/Locale.hpp"
-#include "com/sun/star/lang/XEventListener.hpp"
-#include "com/sun/star/deployment/XPackage.hpp"
+#include <com/sun/star/lang/Locale.hpp>
+#include <com/sun/star/lang/XEventListener.hpp>
+#include <com/sun/star/deployment/XPackage.hpp>
#include <memory>
-#include "sdresid.hxx"
+#include <sdresid.hxx>
namespace sd {
diff --git a/sd/source/ui/dlg/SpellDialogChildWindow.cxx b/sd/source/ui/dlg/SpellDialogChildWindow.cxx
index 28ba1fe0245f..15c89cc01fbe 100644
--- a/sd/source/ui/dlg/SpellDialogChildWindow.cxx
+++ b/sd/source/ui/dlg/SpellDialogChildWindow.cxx
@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "SpellDialogChildWindow.hxx"
+#include <SpellDialogChildWindow.hxx>
#include <svx/svxids.hrc>
-#include "ViewShell.hxx"
-#include "ViewShellBase.hxx"
-#include "DrawViewShell.hxx"
-#include "OutlineViewShell.hxx"
+#include <ViewShell.hxx>
+#include <ViewShellBase.hxx>
+#include <DrawViewShell.hxx>
+#include <OutlineViewShell.hxx>
#include <Outliner.hxx>
-#include "drawdoc.hxx"
+#include <drawdoc.hxx>
namespace sd {
diff --git a/sd/source/ui/dlg/TemplateScanner.cxx b/sd/source/ui/dlg/TemplateScanner.cxx
index eb7ccaace5c1..96a8516f7249 100644
--- a/sd/source/ui/dlg/TemplateScanner.cxx
+++ b/sd/source/ui/dlg/TemplateScanner.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "TemplateScanner.hxx"
+#include <TemplateScanner.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/documentconstants.hxx>
diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx
index 853f7720f5bd..d413eb95884d 100644
--- a/sd/source/ui/dlg/animobjs.cxx
+++ b/sd/source/ui/dlg/animobjs.cxx
@@ -27,16 +27,16 @@
#include <sfx2/progress.hxx>
#include <vcl/msgbox.hxx>
-#include "anminfo.hxx"
-#include "animobjs.hxx"
-#include "app.hrc"
-#include "strings.hrc"
-#include "sdresid.hxx"
-#include "View.hxx"
-#include "drawdoc.hxx"
-#include "sdpage.hxx"
-
-#include "ViewShell.hxx"
+#include <anminfo.hxx>
+#include <animobjs.hxx>
+#include <app.hrc>
+#include <strings.hrc>
+#include <sdresid.hxx>
+#include <View.hxx>
+#include <drawdoc.hxx>
+#include <sdpage.hxx>
+
+#include <ViewShell.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
diff --git a/sd/source/ui/dlg/assclass.cxx b/sd/source/ui/dlg/assclass.cxx
index b88445232a7a..7123fc7a7ebd 100644
--- a/sd/source/ui/dlg/assclass.cxx
+++ b/sd/source/ui/dlg/assclass.cxx
@@ -20,7 +20,7 @@
#include <tools/debug.hxx>
#include <vcl/ctrl.hxx>
-#include "assclass.hxx"
+#include <assclass.hxx>
Assistent::Assistent(int nNoOfPages)
: mnPages(nNoOfPages), mnCurrentPage(1)
diff --git a/sd/source/ui/dlg/brkdlg.cxx b/sd/source/ui/dlg/brkdlg.cxx
index 1ac88bc5afdd..9ef0228fb995 100644
--- a/sd/source/ui/dlg/brkdlg.cxx
+++ b/sd/source/ui/dlg/brkdlg.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "BreakDlg.hxx"
+#include <BreakDlg.hxx>
#include <sfx2/progress.hxx>
#include <svx/svdedtv.hxx>
@@ -25,12 +25,12 @@
#include <sfx2/app.hxx>
#include <vcl/msgbox.hxx>
-#include "sdattr.hxx"
-#include "sdresid.hxx"
-#include "View.hxx"
-#include "drawview.hxx"
-#include "strings.hrc"
-#include "DrawDocShell.hxx"
+#include <sdattr.hxx>
+#include <sdresid.hxx>
+#include <View.hxx>
+#include <drawview.hxx>
+#include <strings.hrc>
+#include <DrawDocShell.hxx>
namespace sd {
diff --git a/sd/source/ui/dlg/copydlg.cxx b/sd/source/ui/dlg/copydlg.cxx
index 440fc909a8bd..3186dd0c68aa 100644
--- a/sd/source/ui/dlg/copydlg.cxx
+++ b/sd/source/ui/dlg/copydlg.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "copydlg.hxx"
+#include <copydlg.hxx>
#include <comphelper/string.hxx>
#include <svx/colorbox.hxx>
#include <svx/dlgutil.hxx>
@@ -30,11 +30,11 @@
#include <sfx2/app.hxx>
-#include "sdattr.hxx"
+#include <sdattr.hxx>
-#include "View.hxx"
-#include "sdresid.hxx"
-#include "drawdoc.hxx"
+#include <View.hxx>
+#include <sdresid.hxx>
+#include <drawdoc.hxx>
namespace sd {
diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx
index 68c8a4e3fbac..bbd107dcdb1d 100644
--- a/sd/source/ui/dlg/custsdlg.cxx
+++ b/sd/source/ui/dlg/custsdlg.cxx
@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "custsdlg.hxx"
+#include <custsdlg.hxx>
-#include "strings.hrc"
-#include "sdresid.hxx"
+#include <strings.hrc>
+#include <sdresid.hxx>
-#include "drawdoc.hxx"
-#include "sdpage.hxx"
-#include "cusshow.hxx"
-#include "sdmod.hxx"
-#include "customshowlist.hxx"
+#include <drawdoc.hxx>
+#include <sdpage.hxx>
+#include <cusshow.hxx>
+#include <sdmod.hxx>
+#include <customshowlist.hxx>
#include <vcl/msgbox.hxx>
-#include "svtools/treelistentry.hxx"
+#include <svtools/treelistentry.hxx>
// SdCustomShowDlg
SdCustomShowDlg::SdCustomShowDlg( vcl::Window* pWindow,
diff --git a/sd/source/ui/dlg/diactrl.cxx b/sd/source/ui/dlg/diactrl.cxx
index 5bcce5a073d0..8aaf23686c3d 100644
--- a/sd/source/ui/dlg/diactrl.cxx
+++ b/sd/source/ui/dlg/diactrl.cxx
@@ -19,13 +19,13 @@
#include <svx/dialogs.hrc>
-#include "sdattr.hxx"
-#include "strings.hrc"
+#include <sdattr.hxx>
+#include <strings.hrc>
-#include "diactrl.hxx"
+#include <diactrl.hxx>
-#include "sdresid.hxx"
-#include "app.hrc"
+#include <sdresid.hxx>
+#include <app.hrc>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>
diff --git a/sd/source/ui/dlg/dlgchar.cxx b/sd/source/ui/dlg/dlgchar.cxx
index ef409ffe977e..fd1e9409fdab 100644
--- a/sd/source/ui/dlg/dlgchar.cxx
+++ b/sd/source/ui/dlg/dlgchar.cxx
@@ -23,8 +23,8 @@
#include <sfx2/objsh.hxx>
#include <svx/svxdlg.hxx>
-#include "sdresid.hxx"
-#include "dlg_char.hxx"
+#include <sdresid.hxx>
+#include <dlg_char.hxx>
#include <svx/svxids.hrc>
#include <svl/intitem.hxx>
diff --git a/sd/source/ui/dlg/dlgfield.cxx b/sd/source/ui/dlg/dlgfield.cxx
index 362c2f3123f6..dd07c3e6a3da 100644
--- a/sd/source/ui/dlg/dlgfield.cxx
+++ b/sd/source/ui/dlg/dlgfield.cxx
@@ -27,13 +27,13 @@
#include <editeng/langitem.hxx>
#include <unotools/useroptions.hxx>
-#include "strings.hrc"
-#include "sdattr.hxx"
-#include "sdresid.hxx"
-#include "sdmod.hxx"
-#include "dlgfield.hxx"
-#include "drawdoc.hxx"
-#include "DrawDocShell.hxx"
+#include <strings.hrc>
+#include <sdattr.hxx>
+#include <sdresid.hxx>
+#include <sdmod.hxx>
+#include <dlgfield.hxx>
+#include <drawdoc.hxx>
+#include <DrawDocShell.hxx>
/**
* dialog to edit field commands
diff --git a/sd/source/ui/dlg/dlgolbul.cxx b/sd/source/ui/dlg/dlgolbul.cxx
index f6ca37bee279..6764fa73595c 100644
--- a/sd/source/ui/dlg/dlgolbul.cxx
+++ b/sd/source/ui/dlg/dlgolbul.cxx
@@ -18,7 +18,7 @@
*/
#include <memory>
-#include "OutlineBulletDlg.hxx"
+#include <OutlineBulletDlg.hxx>
#include <svx/svxids.hrc>
#include <sfx2/objsh.hxx>
@@ -31,17 +31,17 @@
#include <svx/dialogs.hrc>
#include <svl/intitem.hxx>
#include <svx/svdmark.hxx>
-#include "View.hxx"
+#include <View.hxx>
#include <svx/svdobj.hxx>
#include <svl/style.hxx>
#include <drawdoc.hxx>
-#include "sdresid.hxx"
+#include <sdresid.hxx>
-#include "strings.hrc"
-#include "strings.hxx"
-#include "bulmaper.hxx"
-#include "DrawDocShell.hxx"
+#include <strings.hrc>
+#include <strings.hxx>
+#include <bulmaper.hxx>
+#include <DrawDocShell.hxx>
#include <svl/aeitem.hxx>
namespace sd {
diff --git a/sd/source/ui/dlg/dlgpage.cxx b/sd/source/ui/dlg/dlgpage.cxx
index 2d7e7d022d22..a80f24392012 100644
--- a/sd/source/ui/dlg/dlgpage.cxx
+++ b/sd/source/ui/dlg/dlgpage.cxx
@@ -21,10 +21,10 @@
#include <svx/dialogs.hrc>
#include <svx/drawitem.hxx>
-#include "sdresid.hxx"
-#include "dlgpage.hxx"
+#include <sdresid.hxx>
+#include <dlgpage.hxx>
-#include "DrawDocShell.hxx"
+#include <DrawDocShell.hxx>
#include <svl/aeitem.hxx>
#include <svx/flagsdef.hxx>
#include <svx/svxdlg.hxx>
diff --git a/sd/source/ui/dlg/dlgsnap.cxx b/sd/source/ui/dlg/dlgsnap.cxx
index 231a654df18f..9f7ede841d56 100644
--- a/sd/source/ui/dlg/dlgsnap.cxx
+++ b/sd/source/ui/dlg/dlgsnap.cxx
@@ -22,11 +22,11 @@
#include <svl/itempool.hxx>
#include <svl/aeitem.hxx>
-#include "sdattr.hxx"
-#include "View.hxx"
-#include "sdresid.hxx"
-#include "drawdoc.hxx"
-#include "dlgsnap.hxx"
+#include <sdattr.hxx>
+#include <View.hxx>
+#include <sdresid.hxx>
+#include <drawdoc.hxx>
+#include <dlgsnap.hxx>
/**
* dialog to adjust grid (scarcely ESO!)
diff --git a/sd/source/ui/dlg/docprev.cxx b/sd/source/ui/dlg/docprev.cxx
index e720d3a7a106..852f8a46f9d5 100644
--- a/sd/source/ui/dlg/docprev.cxx
+++ b/sd/source/ui/dlg/docprev.cxx
@@ -19,7 +19,7 @@
#include <com/sun/star/drawing/XDrawPage.hpp>
#include <com/sun/star/animations/XAnimationNode.hpp>
-#include "slideshow.hxx"
+#include <slideshow.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/gdimtf.hxx>
#include <vcl/virdev.hxx>
@@ -31,14 +31,14 @@
#include <svx/svdpagv.hxx>
#include <svx/svdorect.hxx>
-#include "docprev.hxx"
-#include "drawdoc.hxx"
-#include "DrawDocShell.hxx"
-#include "ViewShell.hxx"
-#include "ViewShellBase.hxx"
-#include "drawview.hxx"
-#include "sdpage.hxx"
-#include "sfx2/viewfrm.hxx"
+#include <docprev.hxx>
+#include <drawdoc.hxx>
+#include <DrawDocShell.hxx>
+#include <ViewShell.hxx>
+#include <ViewShellBase.hxx>
+#include <drawview.hxx>
+#include <sdpage.hxx>
+#include <sfx2/viewfrm.hxx>
#include <vcl/svapp.hxx>
#include <vcl/builderfactory.hxx>
diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx
index f042354d3b7f..d266b16d4490 100644
--- a/sd/source/ui/dlg/filedlg.cxx
+++ b/sd/source/ui/dlg/filedlg.cxx
@@ -36,9 +36,9 @@
#include <vcl/svapp.hxx>
#include <sfx2/filedlghelper.hxx>
#include <avmedia/mediawindow.hxx>
-#include "filedlg.hxx"
-#include "sdresid.hxx"
-#include "strings.hrc"
+#include <filedlg.hxx>
+#include <sdresid.hxx>
+#include <strings.hrc>
#include <vcl/graphicfilter.hxx>
// ----------- SdFileDialog_Imp ---------------------------
diff --git a/sd/source/ui/dlg/gluectrl.cxx b/sd/source/ui/dlg/gluectrl.cxx
index 8d03a31403d9..1ee97fbab057 100644
--- a/sd/source/ui/dlg/gluectrl.cxx
+++ b/sd/source/ui/dlg/gluectrl.cxx
@@ -27,10 +27,10 @@
#include <vcl/toolbox.hxx>
#include <sfx2/viewfrm.hxx>
-#include "strings.hrc"
-#include "gluectrl.hxx"
-#include "sdresid.hxx"
-#include "app.hrc"
+#include <strings.hrc>
+#include <gluectrl.hxx>
+#include <sdresid.hxx>
+#include <app.hrc>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx
index 34b85b629ae6..04bf5617c443 100644
--- a/sd/source/ui/dlg/headerfooterdlg.cxx
+++ b/sd/source/ui/dlg/headerfooterdlg.cxx
@@ -26,7 +26,7 @@
#include <editeng/editeng.hxx>
#include <sfx2/viewfrm.hxx>
-#include "sdresid.hxx"
+#include <sdresid.hxx>
#include <vcl/button.hxx>
#include <vcl/combobox.hxx>
@@ -34,12 +34,12 @@
#include <vcl/fixed.hxx>
#include <vcl/layout.hxx>
-#include "helpids.h"
-#include "Outliner.hxx"
-#include "headerfooterdlg.hxx"
-#include "DrawDocShell.hxx"
-#include "drawdoc.hxx"
-#include "ViewShell.hxx"
+#include <helpids.h>
+#include <Outliner.hxx>
+#include <headerfooterdlg.hxx>
+#include <DrawDocShell.hxx>
+#include <drawdoc.hxx>
+#include <ViewShell.hxx>
// preview control for presentation layout
#include <vcl/ctrl.hxx>
@@ -52,8 +52,8 @@
#include <vcl/decoview.hxx>
#include <vcl/builderfactory.hxx>
-#include "undoheaderfooter.hxx"
-#include "sdundogr.hxx"
+#include <undoheaderfooter.hxx>
+#include <sdundogr.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
diff --git a/sd/source/ui/dlg/ins_paste.cxx b/sd/source/ui/dlg/ins_paste.cxx
index 09f5d54297d0..2689f4211bb3 100644
--- a/sd/source/ui/dlg/ins_paste.cxx
+++ b/sd/source/ui/dlg/ins_paste.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "ins_paste.hxx"
+#include <ins_paste.hxx>
SdInsertPasteDlg::SdInsertPasteDlg(vcl::Window* pWindow)
: ModalDialog( pWindow, "InsertSlidesDialog",
diff --git a/sd/source/ui/dlg/inspagob.cxx b/sd/source/ui/dlg/inspagob.cxx
index ce291508083c..a7e674006195 100644
--- a/sd/source/ui/dlg/inspagob.cxx
+++ b/sd/source/ui/dlg/inspagob.cxx
@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "inspagob.hxx"
+#include <inspagob.hxx>
-#include "strings.hrc"
+#include <strings.hrc>
-#include "bitmaps.hlst"
-#include "sdresid.hxx"
-#include "drawdoc.hxx"
-#include "DrawDocShell.hxx"
-#include "ViewShell.hxx"
+#include <bitmaps.hlst>
+#include <sdresid.hxx>
+#include <drawdoc.hxx>
+#include <DrawDocShell.hxx>
+#include <ViewShell.hxx>
SdInsertPagesObjsDlg::SdInsertPagesObjsDlg(
vcl::Window* pWindow, const SdDrawDocument* pInDoc,
diff --git a/sd/source/ui/dlg/layeroptionsdlg.cxx b/sd/source/ui/dlg/layeroptionsdlg.cxx
index 636a3a2c059d..0c8dcd1c9182 100644
--- a/sd/source/ui/dlg/layeroptionsdlg.cxx
+++ b/sd/source/ui/dlg/layeroptionsdlg.cxx
@@ -20,10 +20,10 @@
#include <svl/itemset.hxx>
#include <vcl/layout.hxx>
-#include "strings.hrc"
-#include "sdattr.hxx"
-#include "sdresid.hxx"
-#include "layeroptionsdlg.hxx"
+#include <strings.hrc>
+#include <sdattr.hxx>
+#include <sdresid.hxx>
+#include <layeroptionsdlg.hxx>
SdInsertLayerDlg::SdInsertLayerDlg( vcl::Window* pWindow, const SfxItemSet& rInAttrs,
bool bDeletable, const OUString& rStr )
diff --git a/sd/source/ui/dlg/masterlayoutdlg.cxx b/sd/source/ui/dlg/masterlayoutdlg.cxx
index 7508b4c49dae..0b5d048ca07c 100644
--- a/sd/source/ui/dlg/masterlayoutdlg.cxx
+++ b/sd/source/ui/dlg/masterlayoutdlg.cxx
@@ -19,11 +19,11 @@
#include <svx/dialogs.hrc>
-#include "sdresid.hxx"
+#include <sdresid.hxx>
-#include "strings.hrc"
-#include "masterlayoutdlg.hxx"
-#include "drawdoc.hxx"
+#include <strings.hrc>
+#include <masterlayoutdlg.hxx>
+#include <drawdoc.hxx>
using namespace ::sd;
diff --git a/sd/source/ui/dlg/morphdlg.cxx b/sd/source/ui/dlg/morphdlg.cxx
index 055059e931b3..69174d372454 100644
--- a/sd/source/ui/dlg/morphdlg.cxx
+++ b/sd/source/ui/dlg/morphdlg.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "morphdlg.hxx"
+#include <morphdlg.hxx>
-#include "strings.hrc"
-#include "sdresid.hxx"
-#include "sdmod.hxx"
-#include "sdiocmpt.hxx"
+#include <strings.hrc>
+#include <sdresid.hxx>
+#include <sdmod.hxx>
+#include <sdiocmpt.hxx>
#include <svx/xfillit0.hxx>
#include <svx/xlineit0.hxx>
#include <svx/xenum.hxx>
diff --git a/sd/source/ui/dlg/navigatr.cxx b/sd/source/ui/dlg/navigatr.cxx
index a52613601898..c7c39e89f5fe 100644
--- a/sd/source/ui/dlg/navigatr.cxx
+++ b/sd/source/ui/dlg/navigatr.cxx
@@ -38,22 +38,22 @@
#include <sfx2/dockwin.hxx>
#include <sfx2/sfxresid.hxx>
-#include "pres.hxx"
-#include "navigatr.hxx"
-#include "pgjump.hxx"
-#include "app.hrc"
-#include "strings.hrc"
-
-#include "bitmaps.hlst"
-#include "drawdoc.hxx"
-#include "DrawDocShell.hxx"
-#include "sdresid.hxx"
-#include "ViewShell.hxx"
-#include "ViewShellBase.hxx"
-#include "DrawViewShell.hxx"
-#include "slideshow.hxx"
-#include "FrameView.hxx"
-#include "helpids.h"
+#include <pres.hxx>
+#include <navigatr.hxx>
+#include <pgjump.hxx>
+#include <app.hrc>
+#include <strings.hrc>
+
+#include <bitmaps.hlst>
+#include <drawdoc.hxx>
+#include <DrawDocShell.hxx>
+#include <sdresid.hxx>
+#include <ViewShell.hxx>
+#include <ViewShellBase.hxx>
+#include <DrawViewShell.hxx>
+#include <slideshow.hxx>
+#include <FrameView.hxx>
+#include <helpids.h>
namespace {
static const sal_uInt16 nShowNamedShapesFilter=1;
diff --git a/sd/source/ui/dlg/paragr.cxx b/sd/source/ui/dlg/paragr.cxx
index 45eb2c5adcb0..85b96791ae13 100644
--- a/sd/source/ui/dlg/paragr.cxx
+++ b/sd/source/ui/dlg/paragr.cxx
@@ -29,10 +29,10 @@
#include <svx/flagsdef.hxx>
#include <editeng/outliner.hxx>
-#include "paragr.hxx"
-#include "sdresid.hxx"
-#include "strings.hrc"
-#include "sdattr.hrc"
+#include <paragr.hxx>
+#include <sdresid.hxx>
+#include <strings.hrc>
+#include <sdattr.hrc>
class SdParagraphNumTabPage : public SfxTabPage
{
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx
index 497d1492edb6..88e66130c1f7 100644
--- a/sd/source/ui/dlg/present.cxx
+++ b/sd/source/ui/dlg/present.cxx
@@ -24,11 +24,11 @@
#include <svl/itemset.hxx>
#include <vcl/svapp.hxx>
-#include "sdattr.hxx"
-#include "present.hxx"
-#include "sdresid.hxx"
-#include "cusshow.hxx"
-#include "customshowlist.hxx"
+#include <sdattr.hxx>
+#include <present.hxx>
+#include <sdresid.hxx>
+#include <cusshow.hxx>
+#include <customshowlist.hxx>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/sd/source/ui/dlg/prltempl.cxx b/sd/source/ui/dlg/prltempl.cxx
index 2d0b88118800..a81bf0107b95 100644
--- a/sd/source/ui/dlg/prltempl.cxx
+++ b/sd/source/ui/dlg/prltempl.cxx
@@ -34,15 +34,15 @@
#include <editeng/colritem.hxx>
#include <svl/cjkoptions.hxx>
-#include "DrawDocShell.hxx"
-#include "strings.hrc"
-#include "sdresid.hxx"
-#include "prltempl.hxx"
-#include "bulmaper.hxx"
+#include <DrawDocShell.hxx>
+#include <strings.hrc>
+#include <sdresid.hxx>
+#include <prltempl.hxx>
+#include <bulmaper.hxx>
#include <svl/intitem.hxx>
#include <svx/svxgrahicitem.hxx>
#include <svx/flagsdef.hxx>
-#include "drawdoc.hxx"
+#include <drawdoc.hxx>
#define IS_OUTLINE(x) (x >= PO_OUTLINE_1 && x <= PO_OUTLINE_9)
/**
diff --git a/sd/source/ui/dlg/prntopts.cxx b/sd/source/ui/dlg/prntopts.cxx
index dbb4314be83d..919b7afa00e2 100644
--- a/sd/source/ui/dlg/prntopts.cxx
+++ b/sd/source/ui/dlg/prntopts.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sdattr.hxx"
-#include "optsitem.hxx"
-#include "sdresid.hxx"
-#include "prntopts.hxx"
-#include "app.hrc"
+#include <sdattr.hxx>
+#include <optsitem.hxx>
+#include <sdresid.hxx>
+#include <prntopts.hxx>
+#include <app.hrc>
#include <svl/intitem.hxx>
#include <sfx2/request.hxx>
diff --git a/sd/source/ui/dlg/sdabstdlg.cxx b/sd/source/ui/dlg/sdabstdlg.cxx
index 236d8d676ced..cf61289997db 100644
--- a/sd/source/ui/dlg/sdabstdlg.cxx
+++ b/sd/source/ui/dlg/sdabstdlg.cxx
@@ -19,7 +19,7 @@
#include <config_features.h>
-#include "sdabstdlg.hxx"
+#include <sdabstdlg.hxx>
#include <osl/module.hxx>
#include <rtl/ustring.hxx>
diff --git a/sd/source/ui/dlg/sddlgfact.cxx b/sd/source/ui/dlg/sddlgfact.cxx
index fd6cc5276f98..4b094d601cf2 100644
--- a/sd/source/ui/dlg/sddlgfact.cxx
+++ b/sd/source/ui/dlg/sddlgfact.cxx
@@ -19,32 +19,32 @@
#include <sfx2/objsh.hxx>
#include "sddlgfact.hxx"
-#include "strings.hrc"
-#include "BreakDlg.hxx"
-#include "copydlg.hxx"
-#include "custsdlg.hxx"
-#include "dlg_char.hxx"
-#include "dlgpage.hxx"
-#include "dlgfield.hxx"
-#include "dlgsnap.hxx"
-#include "layeroptionsdlg.hxx"
-#include "ins_paste.hxx"
-#include "inspagob.hxx"
-#include "morphdlg.hxx"
-#include "OutlineBulletDlg.hxx"
-#include "paragr.hxx"
-#include "present.hxx"
+#include <strings.hrc>
+#include <BreakDlg.hxx>
+#include <copydlg.hxx>
+#include <custsdlg.hxx>
+#include <dlg_char.hxx>
+#include <dlgpage.hxx>
+#include <dlgfield.hxx>
+#include <dlgsnap.hxx>
+#include <layeroptionsdlg.hxx>
+#include <ins_paste.hxx>
+#include <inspagob.hxx>
+#include <morphdlg.hxx>
+#include <OutlineBulletDlg.hxx>
+#include <paragr.hxx>
+#include <present.hxx>
#include "RemoteDialog.hxx"
-#include "prltempl.hxx"
-#include "sdpreslt.hxx"
-#include "tabtempl.hxx"
-#include "tpaction.hxx"
-#include "vectdlg.hxx"
-#include "tpoption.hxx"
-#include "prntopts.hxx"
-#include "pubdlg.hxx"
-#include "masterlayoutdlg.hxx"
-#include "headerfooterdlg.hxx"
+#include <prltempl.hxx>
+#include <sdpreslt.hxx>
+#include <tabtempl.hxx>
+#include <tpaction.hxx>
+#include <vectdlg.hxx>
+#include <tpoption.hxx>
+#include <prntopts.hxx>
+#include <pubdlg.hxx>
+#include <masterlayoutdlg.hxx>
+#include <headerfooterdlg.hxx>
#include "PhotoAlbumDialog.hxx"
IMPL_ABSTDLG_BASE(SdVclAbstractDialog_Impl);
diff --git a/sd/source/ui/dlg/sddlgfact.hxx b/sd/source/ui/dlg/sddlgfact.hxx
index e778e0bef616..17e8a10ae976 100644
--- a/sd/source/ui/dlg/sddlgfact.hxx
+++ b/sd/source/ui/dlg/sddlgfact.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SD_SOURCE_UI_DLG_SDDLGFACT_HXX
#define INCLUDED_SD_SOURCE_UI_DLG_SDDLGFACT_HXX
-#include "sdabstdlg.hxx"
+#include <sdabstdlg.hxx>
#include <sfx2/basedlgs.hxx>
#define DECL_ABSTDLG_BASE(Class,DialogClass) \
diff --git a/sd/source/ui/dlg/sdpreslt.cxx b/sd/source/ui/dlg/sdpreslt.cxx
index 2cd521ef899b..d4f7c4b80dff 100644
--- a/sd/source/ui/dlg/sdpreslt.cxx
+++ b/sd/source/ui/dlg/sdpreslt.cxx
@@ -21,15 +21,15 @@
#include <sfx2/new.hxx>
#include <vcl/msgbox.hxx>
-#include "strings.hrc"
-
-#include "bitmaps.hlst"
-#include "sdpreslt.hxx"
-#include "sdattr.hxx"
-#include "sdresid.hxx"
-#include "drawdoc.hxx"
-#include "sdpage.hxx"
-#include "DrawDocShell.hxx"
+#include <strings.hrc>
+
+#include <bitmaps.hlst>
+#include <sdpreslt.hxx>
+#include <sdattr.hxx>
+#include <sdresid.hxx>
+#include <drawdoc.hxx>
+#include <sdpage.hxx>
+#include <DrawDocShell.hxx>
#include <memory>
SdPresLayoutDlg::SdPresLayoutDlg(::sd::DrawDocShell* pDocShell,
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index b6b97a595ae7..8faee745019e 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -27,25 +27,25 @@
#include <svx/svdoole2.hxx>
#include <vcl/svapp.hxx>
#include <vcl/builderfactory.hxx>
-#include "cusshow.hxx"
+#include <cusshow.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/viewfrm.hxx>
-#include "strmname.h"
-#include "sdtreelb.hxx"
-#include "DrawDocShell.hxx"
-#include "drawdoc.hxx"
-#include "sdpage.hxx"
-#include "sdresid.hxx"
-#include "navigatr.hxx"
-#include "strings.hrc"
-
-#include "bitmaps.hlst"
-#include "customshowlist.hxx"
-#include "ViewShell.hxx"
-#include "DrawController.hxx"
-#include "ViewShellBase.hxx"
+#include <strmname.h>
+#include <sdtreelb.hxx>
+#include <DrawDocShell.hxx>
+#include <drawdoc.hxx>
+#include <sdpage.hxx>
+#include <sdresid.hxx>
+#include <navigatr.hxx>
+#include <strings.hrc>
+
+#include <bitmaps.hlst>
+#include <customshowlist.hxx>
+#include <ViewShell.hxx>
+#include <DrawController.hxx>
+#include <ViewShellBase.hxx>
#include <com/sun/star/embed/XEmbedPersist.hpp>
#include <com/sun/star/frame/Desktop.hpp>
diff --git a/sd/source/ui/dlg/sduiexp.cxx b/sd/source/ui/dlg/sduiexp.cxx
index a5012374d0d7..e4b92c0e14be 100644
--- a/sd/source/ui/dlg/sduiexp.cxx
+++ b/sd/source/ui/dlg/sduiexp.cxx
@@ -18,21 +18,21 @@
*/
#include "sddlgfact.hxx"
-#include "morphdlg.hxx"
-#include "present.hxx"
-#include "inspagob.hxx"
-#include "vectdlg.hxx"
-#include "sdpreslt.hxx"
-#include "headerfooterdlg.hxx"
-#include "pubdlg.hxx"
-#include "ins_paste.hxx"
-#include "layeroptionsdlg.hxx"
-#include "dlgsnap.hxx"
-#include "dlgfield.hxx"
-#include "prltempl.hxx"
-#include "custsdlg.hxx"
-#include "copydlg.hxx"
-#include "sal/types.h"
+#include <morphdlg.hxx>
+#include <present.hxx>
+#include <inspagob.hxx>
+#include <vectdlg.hxx>
+#include <sdpreslt.hxx>
+#include <headerfooterdlg.hxx>
+#include <pubdlg.hxx>
+#include <ins_paste.hxx>
+#include <layeroptionsdlg.hxx>
+#include <dlgsnap.hxx>
+#include <dlgfield.hxx>
+#include <prltempl.hxx>
+#include <custsdlg.hxx>
+#include <copydlg.hxx>
+#include <sal/types.h>
extern "C"
{
diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx
index 1a060d252055..7b8cd71271a2 100644
--- a/sd/source/ui/dlg/tabtempl.cxx
+++ b/sd/source/ui/dlg/tabtempl.cxx
@@ -37,11 +37,11 @@
#include <svl/style.hxx>
#include <svx/xtable.hxx>
-#include "DrawDocShell.hxx"
-#include "tabtempl.hxx"
-#include "sdresid.hxx"
-#include "dlg_char.hxx"
-#include "paragr.hxx"
+#include <DrawDocShell.hxx>
+#include <tabtempl.hxx>
+#include <sdresid.hxx>
+#include <dlg_char.hxx>
+#include <paragr.hxx>
#include <svx/flagsdef.hxx>
/**
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index 8ba6dc43b64f..eb749cf5bf6e 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -27,7 +27,7 @@
#include <com/sun/star/embed/VerbAttributes.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
-#include "sdattr.hxx"
+#include <sdattr.hxx>
#include <sfx2/sfxresid.hxx>
#include <sfx2/strings.hrc>
@@ -52,16 +52,16 @@
#include <svl/urihelper.hxx>
#include <sfx2/filedlghelper.hxx>
#include <svx/drawitem.hxx>
-#include "View.hxx"
-#include "sdresid.hxx"
-#include "tpaction.hxx"
-#include "strmname.h"
-#include "ViewShell.hxx"
-#include "drawdoc.hxx"
-#include "DrawDocShell.hxx"
-#include "strings.hrc"
-
-#include "filedlg.hxx"
+#include <View.hxx>
+#include <sdresid.hxx>
+#include <tpaction.hxx>
+#include <strmname.h>
+#include <ViewShell.hxx>
+#include <drawdoc.hxx>
+#include <DrawDocShell.hxx>
+#include <strings.hrc>
+
+#include <filedlg.hxx>
#include <algorithm>
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx
index f2e4615fdacb..a600f2b77819 100644
--- a/sd/source/ui/dlg/tpoption.cxx
+++ b/sd/source/ui/dlg/tpoption.cxx
@@ -33,12 +33,12 @@
#include <svx/dlgutil.hxx>
#include <vcl/msgbox.hxx>
-#include "sdattr.hxx"
-#include "sdresid.hxx"
-#include "optsitem.hxx"
-#include "tpoption.hxx"
-#include "strings.hrc"
-#include "app.hrc"
+#include <sdattr.hxx>
+#include <sdresid.hxx>
+#include <optsitem.hxx>
+#include <tpoption.hxx>
+#include <strings.hrc>
+#include <app.hrc>
#include <svl/intitem.hxx>
#include <sfx2/request.hxx>
diff --git a/sd/source/ui/dlg/unchss.cxx b/sd/source/ui/dlg/unchss.cxx
index 43c1da4341ad..d1d9b8e53358 100644
--- a/sd/source/ui/dlg/unchss.cxx
+++ b/sd/source/ui/dlg/unchss.cxx
@@ -25,14 +25,14 @@
#include <svx/svdobj.hxx>
#include <svx/svdpool.hxx>
-#include "unchss.hxx"
-
-#include "strings.hrc"
-#include "glob.hxx"
-#include "sdresid.hxx"
-#include "drawdoc.hxx"
-#include "stlsheet.hxx"
-#include "strings.hxx"
+#include <unchss.hxx>
+
+#include <strings.hrc>
+#include <glob.hxx>
+#include <sdresid.hxx>
+#include <drawdoc.hxx>
+#include <stlsheet.hxx>
+#include <strings.hxx>
StyleSheetUndoAction::StyleSheetUndoAction(SdDrawDocument* pTheDoc,
SfxStyleSheet* pTheStyleSheet,
diff --git a/sd/source/ui/dlg/vectdlg.cxx b/sd/source/ui/dlg/vectdlg.cxx
index 5392226605fc..3b060bce16d6 100644
--- a/sd/source/ui/dlg/vectdlg.cxx
+++ b/sd/source/ui/dlg/vectdlg.cxx
@@ -20,12 +20,12 @@
#include <vcl/vclenum.hxx>
#include <vcl/wrkwin.hxx>
-#include "strings.hrc"
-#include "sdresid.hxx"
-#include "DrawDocShell.hxx"
-#include "sdmod.hxx"
-#include "sdiocmpt.hxx"
-#include "vectdlg.hxx"
+#include <strings.hrc>
+#include <sdresid.hxx>
+#include <DrawDocShell.hxx>
+#include <sdmod.hxx>
+#include <sdiocmpt.hxx>
+#include <vectdlg.hxx>
#include <vcl/bitmapaccess.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/metaact.hxx>