summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:44:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:14 +0200
commit249071dd5059375db3b28d39e5872382622a5125 (patch)
tree71c0d7eb3d7e5e6c340b4c77ef615339583c218c /basctl
parent640eda0fec555692bbde99b61f78f98e44f2ff82 (diff)
loplugin:includeform: basctl
Change-Id: Id7d19b16505aa42877c456e2ac270157077a9365
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basides3.cxx2
-rw-r--r--basctl/source/basicide/iderdll.cxx6
-rw-r--r--basctl/source/basicide/macrodlg.cxx6
-rw-r--r--basctl/source/basicide/moduldl2.cxx4
-rw-r--r--basctl/source/inc/baside3.hxx6
-rw-r--r--basctl/source/inc/basidesh.hxx6
-rw-r--r--basctl/source/inc/basobj.hxx2
-rw-r--r--basctl/source/inc/bastype2.hxx6
-rw-r--r--basctl/source/inc/bastypes.hxx6
-rw-r--r--basctl/source/inc/localizationmgr.hxx2
-rw-r--r--basctl/source/inc/objdlg.hxx4
-rw-r--r--basctl/source/inc/propbrw.hxx2
-rw-r--r--basctl/source/inc/sbxitem.hxx2
13 files changed, 27 insertions, 27 deletions
diff --git a/basctl/source/basicide/basides3.cxx b/basctl/source/basicide/basides3.cxx
index 28a43b474f09..b3e3d38ce70c 100644
--- a/basctl/source/basicide/basides3.cxx
+++ b/basctl/source/basicide/basides3.cxx
@@ -18,7 +18,7 @@
*/
-#include <baside2.hxx>
+#include "baside2.hxx"
#include <baside3.hxx>
#include <localizationmgr.hxx>
#include <dlgedview.hxx>
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index 2435b9b31901..19d21c32eedb 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -22,12 +22,12 @@
#include <comphelper/processfactory.hxx>
#include <iderdll.hxx>
-#include <iderdll2.hxx>
+#include "iderdll2.hxx"
#include <iderid.hxx>
#include <basidesh.hxx>
#include <strings.hrc>
-#include <basdoc.hxx>
-#include <basicmod.hxx>
+#include "basdoc.hxx"
+#include "basicmod.hxx"
#include <svl/srchitem.hxx>
#include <svx/svxids.hrc>
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx
index 6b9aad86f5cc..d391ad20c708 100644
--- a/basctl/source/basicide/macrodlg.cxx
+++ b/basctl/source/basicide/macrodlg.cxx
@@ -18,14 +18,14 @@
*/
-#include <macrodlg.hxx>
+#include "macrodlg.hxx"
#include <basidesh.hxx>
#include <strings.hrc>
#include <iderdll.hxx>
-#include <iderdll2.hxx>
+#include "iderdll2.hxx"
-#include <moduldlg.hxx>
+#include "moduldlg.hxx"
#include <basic/basmgr.hxx>
#include <basic/sbmeth.hxx>
#include <basic/sbmod.hxx>
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx
index 4c2e88dfe6c5..f2a7aa054833 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -18,12 +18,12 @@
*/
-#include <moduldlg.hxx>
+#include "moduldlg.hxx"
#include <basidesh.hxx>
#include <strings.hrc>
#include <bitmaps.hlst>
#include <iderdll.hxx>
-#include <iderdll2.hxx>
+#include "iderdll2.hxx"
#include <o3tl/make_unique.hxx>
#include <svx/passwd.hxx>
#include <ucbhelper/content.hxx>
diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx
index bb024d7c4afb..ae09f3cecc0c 100644
--- a/basctl/source/inc/baside3.hxx
+++ b/basctl/source/inc/baside3.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_BASCTL_SOURCE_INC_BASIDE3_HXX
#define INCLUDED_BASCTL_SOURCE_INC_BASIDE3_HXX
-#include <layout.hxx>
-#include <bastypes.hxx>
-#include <propbrw.hxx>
+#include "layout.hxx"
+#include "bastypes.hxx"
+#include "propbrw.hxx"
#include <svl/undo.hxx>
#include <vcl/dialog.hxx>
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx
index a985da700df9..6e5aa6f5185e 100644
--- a/basctl/source/inc/basidesh.hxx
+++ b/basctl/source/inc/basidesh.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_BASCTL_SOURCE_INC_BASIDESH_HXX
#define INCLUDED_BASCTL_SOURCE_INC_BASIDESH_HXX
-#include <doceventnotifier.hxx>
-#include <sbxitem.hxx>
-#include <objdlg.hxx>
+#include "doceventnotifier.hxx"
+#include "sbxitem.hxx"
+#include "objdlg.hxx"
#include <com/sun/star/container/XContainerListener.hpp>
#include <sfx2/viewsh.hxx>
diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx
index 940df895c6fc..8e5e9badc8af 100644
--- a/basctl/source/inc/basobj.hxx
+++ b/basctl/source/inc/basobj.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_BASCTL_SOURCE_INC_BASOBJ_HXX
#define INCLUDED_BASCTL_SOURCE_INC_BASOBJ_HXX
-#include <scriptdocument.hxx>
+#include "scriptdocument.hxx"
#include <svl/lstner.hxx>
diff --git a/basctl/source/inc/bastype2.hxx b/basctl/source/inc/bastype2.hxx
index 42a9240971a0..0cdd6826cb5a 100644
--- a/basctl/source/inc/bastype2.hxx
+++ b/basctl/source/inc/bastype2.hxx
@@ -24,12 +24,12 @@
#include <memory>
-#include <doceventnotifier.hxx>
+#include "doceventnotifier.hxx"
#include <svtools/treelistbox.hxx>
#include <basic/sbstar.hxx>
-#include <sbxitem.hxx>
-#include <basobj.hxx>
+#include "sbxitem.hxx"
+#include "basobj.hxx"
#include <o3tl/typed_flags_set.hxx>
class SbModule;
diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx
index 24bcb25296bd..73b78afb7ced 100644
--- a/basctl/source/inc/bastypes.hxx
+++ b/basctl/source/inc/bastypes.hxx
@@ -19,10 +19,10 @@
#ifndef INCLUDED_BASCTL_SOURCE_INC_BASTYPES_HXX
#define INCLUDED_BASCTL_SOURCE_INC_BASTYPES_HXX
-#include <scriptdocument.hxx>
+#include "scriptdocument.hxx"
-#include <sbxitem.hxx>
-#include <iderid.hxx>
+#include "sbxitem.hxx"
+#include "iderid.hxx"
#include <svtools/tabbar.hxx>
#include <vcl/toolbox.hxx>
#include <basic/sbdef.hxx>
diff --git a/basctl/source/inc/localizationmgr.hxx b/basctl/source/inc/localizationmgr.hxx
index 6fbd28500856..906fed0aea40 100644
--- a/basctl/source/inc/localizationmgr.hxx
+++ b/basctl/source/inc/localizationmgr.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_BASCTL_SOURCE_INC_LOCALIZATIONMGR_HXX
#define INCLUDED_BASCTL_SOURCE_INC_LOCALIZATIONMGR_HXX
-#include <scriptdocument.hxx>
+#include "scriptdocument.hxx"
#include <com/sun/star/resource/XStringResourceManager.hpp>
diff --git a/basctl/source/inc/objdlg.hxx b/basctl/source/inc/objdlg.hxx
index c7c1b31e4e8f..670cb52ec5d2 100644
--- a/basctl/source/inc/objdlg.hxx
+++ b/basctl/source/inc/objdlg.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_BASCTL_SOURCE_INC_OBJDLG_HXX
#define INCLUDED_BASCTL_SOURCE_INC_OBJDLG_HXX
-#include <bastype2.hxx>
-#include <bastypes.hxx>
+#include "bastype2.hxx"
+#include "bastypes.hxx"
#include <vcl/fixed.hxx>
diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx
index 1b6654fe6126..9e585b3b2dcd 100644
--- a/basctl/source/inc/propbrw.hxx
+++ b/basctl/source/inc/propbrw.hxx
@@ -29,7 +29,7 @@
#include <svl/lstner.hxx>
#include <svl/SfxBroadcaster.hxx>
#include <svx/svdmark.hxx>
-#include <bastypes.hxx>
+#include "bastypes.hxx"
class SfxBindings;
class SdrView;
diff --git a/basctl/source/inc/sbxitem.hxx b/basctl/source/inc/sbxitem.hxx
index 0b6768df161d..4e97389906fd 100644
--- a/basctl/source/inc/sbxitem.hxx
+++ b/basctl/source/inc/sbxitem.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_BASCTL_SOURCE_INC_SBXITEM_HXX
#define INCLUDED_BASCTL_SOURCE_INC_SBXITEM_HXX
-#include <scriptdocument.hxx>
+#include "scriptdocument.hxx"
#include <svl/poolitem.hxx>
namespace basctl