summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp')
-rw-r--r--sw/source/ui/envelp/envfmt.cxx6
-rw-r--r--sw/source/ui/envelp/envfmt.hxx2
-rw-r--r--sw/source/ui/envelp/envlop1.cxx16
-rw-r--r--sw/source/ui/envelp/envprt.cxx10
-rw-r--r--sw/source/ui/envelp/envprt.hxx4
-rw-r--r--sw/source/ui/envelp/label1.cxx8
-rw-r--r--sw/source/ui/envelp/labelexp.cxx2
-rw-r--r--sw/source/ui/envelp/labfmt.cxx14
-rw-r--r--sw/source/ui/envelp/labfmt.hxx2
-rw-r--r--sw/source/ui/envelp/labprt.cxx2
-rw-r--r--sw/source/ui/envelp/swuilabimp.hxx2
11 files changed, 34 insertions, 34 deletions
diff --git a/sw/source/ui/envelp/envfmt.cxx b/sw/source/ui/envelp/envfmt.cxx
index a9b1f2923447..a53832123b84 100644
--- a/sw/source/ui/envelp/envfmt.cxx
+++ b/sw/source/ui/envelp/envfmt.cxx
@@ -33,9 +33,9 @@
#include <view.hxx>
#include <basesh.hxx>
#include <drpcps.hxx>
-#include <envfmt.hxx>
+#include "envfmt.hxx"
#include <fmtcol.hxx>
-#include "swuipardlg.hxx"
+#include <swuipardlg.hxx>
#include <chrdlgmodes.hxx>
#include <pattern.hxx>
#include <poolfmt.hxx>
@@ -46,7 +46,7 @@
#include <memory>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <swuiexp.hxx>
namespace {
diff --git a/sw/source/ui/envelp/envfmt.hxx b/sw/source/ui/envelp/envfmt.hxx
index 6bf55a6a4ccb..294b2ac2eb1a 100644
--- a/sw/source/ui/envelp/envfmt.hxx
+++ b/sw/source/ui/envelp/envfmt.hxx
@@ -23,7 +23,7 @@
#include <vcl/menubtn.hxx>
#include <vcl/group.hxx>
-#include "envlop.hxx"
+#include <envlop.hxx>
class SwTextFormatColl;
diff --git a/sw/source/ui/envelp/envlop1.cxx b/sw/source/ui/envelp/envlop1.cxx
index f9513274b29b..29eea5e17ec5 100644
--- a/sw/source/ui/envelp/envlop1.cxx
+++ b/sw/source/ui/envelp/envlop1.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "dbmgr.hxx"
+#include <dbmgr.hxx>
#include <sfx2/app.hxx>
#include <vcl/builderfactory.hxx>
#include <vcl/msgbox.hxx>
@@ -26,15 +26,15 @@
#include <swwait.hxx>
#include <viewopt.hxx>
-#include "wrtsh.hxx"
-#include "cmdid.h"
-#include "helpids.h"
+#include <wrtsh.hxx>
+#include <cmdid.h>
+#include <helpids.h>
#include "envfmt.hxx"
-#include "envlop.hxx"
+#include <envlop.hxx>
#include "envprt.hxx"
-#include "fmtcol.hxx"
-#include "poolfmt.hxx"
-#include "view.hxx"
+#include <fmtcol.hxx>
+#include <poolfmt.hxx>
+#include <view.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
diff --git a/sw/source/ui/envelp/envprt.cxx b/sw/source/ui/envelp/envprt.cxx
index fcaa98116faf..b1a5819fd662 100644
--- a/sw/source/ui/envelp/envprt.cxx
+++ b/sw/source/ui/envelp/envprt.cxx
@@ -20,13 +20,13 @@
#include <vcl/print.hxx>
#include <svtools/prnsetup.hxx>
-#include "swtypes.hxx"
-#include "cmdid.h"
+#include <swtypes.hxx>
+#include <cmdid.h>
#include "envprt.hxx"
-#include "envlop.hxx"
-#include "uitool.hxx"
+#include <envlop.hxx>
+#include <uitool.hxx>
-#include "bitmaps.hlst"
+#include <bitmaps.hlst>
SwEnvPrtPage::SwEnvPrtPage(vcl::Window* pParent, const SfxItemSet& rSet)
: SfxTabPage(pParent, "EnvPrinterPage",
diff --git a/sw/source/ui/envelp/envprt.hxx b/sw/source/ui/envelp/envprt.hxx
index 523a51cbce4b..84cad1803179 100644
--- a/sw/source/ui/envelp/envprt.hxx
+++ b/sw/source/ui/envelp/envprt.hxx
@@ -27,8 +27,8 @@
#include <vcl/group.hxx>
#include <vcl/button.hxx>
-#include "envimg.hxx"
-#include "envlop.hxx"
+#include <envimg.hxx>
+#include <envlop.hxx>
class SwEnvDlg;
diff --git a/sw/source/ui/envelp/label1.cxx b/sw/source/ui/envelp/label1.cxx
index d45ad2364dbb..ae77841935d5 100644
--- a/sw/source/ui/envelp/label1.cxx
+++ b/sw/source/ui/envelp/label1.cxx
@@ -26,12 +26,12 @@
#include <swtypes.hxx>
#include <wrtsh.hxx>
#include <initui.hxx>
-#include "labimp.hxx"
-#include <labfmt.hxx>
-#include <labprt.hxx>
+#include <labimp.hxx>
+#include "labfmt.hxx"
+#include "labprt.hxx"
#include <unotools.hxx>
#include <dbmgr.hxx>
-#include "uitool.hxx"
+#include <uitool.hxx>
#include <cmdid.h>
#include <helpids.h>
#include <globals.hrc>
diff --git a/sw/source/ui/envelp/labelexp.cxx b/sw/source/ui/envelp/labelexp.cxx
index 5732997e6eca..6f7a79623bb9 100644
--- a/sw/source/ui/envelp/labelexp.cxx
+++ b/sw/source/ui/envelp/labelexp.cxx
@@ -24,7 +24,7 @@
#include <comphelper/processfactory.hxx>
#include <svtools/treelistentry.hxx>
#include <swtypes.hxx>
-#include <labfmt.hxx>
+#include "labfmt.hxx"
#include <unotools.hxx>
#include <unoatxt.hxx>
#include <unomid.h>
diff --git a/sw/source/ui/envelp/labfmt.cxx b/sw/source/ui/envelp/labfmt.cxx
index 6474089ffd3b..5a4bde52985e 100644
--- a/sw/source/ui/envelp/labfmt.cxx
+++ b/sw/source/ui/envelp/labfmt.cxx
@@ -24,15 +24,15 @@
#include <viewopt.hxx>
-#include "swtypes.hxx"
-#include "cmdid.h"
-#include "label.hxx"
-#include "labimp.hxx"
-#include "labimg.hxx"
+#include <swtypes.hxx>
+#include <cmdid.h>
+#include <label.hxx>
+#include <labimp.hxx>
+#include <labimg.hxx>
#include "labfmt.hxx"
-#include "uitool.hxx"
+#include <uitool.hxx>
-#include "strings.hrc"
+#include <strings.hrc>
#include <unomid.h>
using namespace utl;
diff --git a/sw/source/ui/envelp/labfmt.hxx b/sw/source/ui/envelp/labfmt.hxx
index a54321d61640..a1044c7c85a3 100644
--- a/sw/source/ui/envelp/labfmt.hxx
+++ b/sw/source/ui/envelp/labfmt.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SW_SOURCE_UI_ENVELP_LABFMT_HXX
#include "swuilabimp.hxx"
-#include "labimg.hxx"
+#include <labimg.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/idle.hxx>
class SwLabFormatPage;
diff --git a/sw/source/ui/envelp/labprt.cxx b/sw/source/ui/envelp/labprt.cxx
index 3fa3742d2894..4bc9f9d88a03 100644
--- a/sw/source/ui/envelp/labprt.cxx
+++ b/sw/source/ui/envelp/labprt.cxx
@@ -22,7 +22,7 @@
#include <vcl/print.hxx>
#include <wrtsh.hxx>
#include <label.hxx>
-#include <labprt.hxx>
+#include "labprt.hxx"
#include <labimg.hxx>
#include <cmdid.h>
diff --git a/sw/source/ui/envelp/swuilabimp.hxx b/sw/source/ui/envelp/swuilabimp.hxx
index 2c720b2c8bdf..23819efb8211 100644
--- a/sw/source/ui/envelp/swuilabimp.hxx
+++ b/sw/source/ui/envelp/swuilabimp.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SW_SOURCE_UI_ENVELP_SWUILABIMP_HXX
#define INCLUDED_SW_SOURCE_UI_ENVELP_SWUILABIMP_HXX
-#include "labimp.hxx"
+#include <labimp.hxx>
#include <com/sun/star/text/XAutoTextContainer2.hpp>
#include <vcl/layout.hxx>