summaryrefslogtreecommitdiff
path: root/framework/source/dispatch
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:41:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:07 +0200
commita457c7c6b0339184466c12f1c43b0b0aa01edf54 (patch)
tree2882735e5da9e1594c7a9d67581f30fb62dc5a44 /framework/source/dispatch
parentcfad891e95442d3b1fcd919928ab9ad8849a8e8c (diff)
loplugin:includeform: framework
Change-Id: Ib5eaab06ff0cc1b44db9e4057ab349a0990af14d
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r--framework/source/dispatch/dispatchdisabler.cxx4
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx2
-rw-r--r--framework/source/dispatch/startmoduledispatcher.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/dispatch/dispatchdisabler.cxx b/framework/source/dispatch/dispatchdisabler.cxx
index c93c5927ef58..9fa3f99b3d30 100644
--- a/framework/source/dispatch/dispatchdisabler.cxx
+++ b/framework/source/dispatch/dispatchdisabler.cxx
@@ -9,8 +9,8 @@
#include <sal/config.h>
-#include "services.h"
-#include "dispatch/dispatchdisabler.hxx"
+#include <services.h>
+#include <dispatch/dispatchdisabler.hxx>
#include <com/sun/star/frame/DispatchDescriptor.hpp>
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index bfd698b69060..fcde3010edee 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -30,7 +30,7 @@
#include <services.h>
#include <targets.h>
#include <general.h>
-#include <isstartmoduledispatch.hxx>
+#include "isstartmoduledispatch.hxx"
#include <com/sun/star/frame/XDesktop.hpp>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
diff --git a/framework/source/dispatch/startmoduledispatcher.cxx b/framework/source/dispatch/startmoduledispatcher.cxx
index b2c87cbbe0b4..bdb36271f50e 100644
--- a/framework/source/dispatch/startmoduledispatcher.cxx
+++ b/framework/source/dispatch/startmoduledispatcher.cxx
@@ -24,7 +24,7 @@
#include <targets.h>
#include <services.h>
#include <general.h>
-#include <isstartmoduledispatch.hxx>
+#include "isstartmoduledispatch.hxx"
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XController.hpp>