From 71f057a6f61ea15bbdc00f73bb72b04986d408f4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:45:12 +0200 Subject: loplugin:includeform: UnoControls Change-Id: Id6bcc521bbfe8579be1b0184d75dffb04baf9ea4 --- UnoControls/source/base/basecontainercontrol.cxx | 2 +- UnoControls/source/base/basecontrol.cxx | 2 +- UnoControls/source/base/multiplexer.cxx | 2 +- UnoControls/source/controls/OConnectionPointContainerHelper.cxx | 4 ++-- UnoControls/source/controls/OConnectionPointHelper.cxx | 4 ++-- UnoControls/source/controls/framecontrol.cxx | 2 +- UnoControls/source/controls/progressbar.cxx | 2 +- UnoControls/source/controls/progressmonitor.cxx | 4 ++-- UnoControls/source/controls/statusindicator.cxx | 4 ++-- UnoControls/source/inc/framecontrol.hxx | 2 +- UnoControls/source/inc/progressbar.hxx | 2 +- UnoControls/source/inc/progressmonitor.hxx | 2 +- UnoControls/source/inc/statusindicator.hxx | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx index 2a34e16d1fa1..ee3a4789e30a 100644 --- a/UnoControls/source/base/basecontainercontrol.cxx +++ b/UnoControls/source/base/basecontainercontrol.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "basecontainercontrol.hxx" +#include #include #include diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx index f488113a273b..71e14d93ada5 100644 --- a/UnoControls/source/base/basecontrol.cxx +++ b/UnoControls/source/base/basecontrol.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "basecontrol.hxx" +#include #include #include diff --git a/UnoControls/source/base/multiplexer.cxx b/UnoControls/source/base/multiplexer.cxx index d19e930ea2b0..681eab9ac7ce 100644 --- a/UnoControls/source/base/multiplexer.cxx +++ b/UnoControls/source/base/multiplexer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "multiplexer.hxx" +#include #include #include diff --git a/UnoControls/source/controls/OConnectionPointContainerHelper.cxx b/UnoControls/source/controls/OConnectionPointContainerHelper.cxx index f631759ae87c..b58eb9548f6a 100644 --- a/UnoControls/source/controls/OConnectionPointContainerHelper.cxx +++ b/UnoControls/source/controls/OConnectionPointContainerHelper.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "OConnectionPointContainerHelper.hxx" +#include -#include "OConnectionPointHelper.hxx" +#include #include diff --git a/UnoControls/source/controls/OConnectionPointHelper.cxx b/UnoControls/source/controls/OConnectionPointHelper.cxx index e54acbdf46fb..f6814b9e9e4c 100644 --- a/UnoControls/source/controls/OConnectionPointHelper.cxx +++ b/UnoControls/source/controls/OConnectionPointHelper.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "OConnectionPointHelper.hxx" +#include -#include "OConnectionPointContainerHelper.hxx" +#include #include #include diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx index e9b314179ac1..6f3617825978 100644 --- a/UnoControls/source/controls/framecontrol.cxx +++ b/UnoControls/source/controls/framecontrol.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framecontrol.hxx" +#include #include #include diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx index 3cc8372da483..6ff8b8671530 100644 --- a/UnoControls/source/controls/progressbar.cxx +++ b/UnoControls/source/controls/progressbar.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "progressbar.hxx" +#include #include #include diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx index 4f04cab85b99..74e43d05dfb2 100644 --- a/UnoControls/source/controls/progressmonitor.cxx +++ b/UnoControls/source/controls/progressmonitor.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "progressmonitor.hxx" +#include #include #include @@ -30,7 +30,7 @@ #include #include -#include "progressbar.hxx" +#include using namespace ::cppu; using namespace ::osl; diff --git a/UnoControls/source/controls/statusindicator.cxx b/UnoControls/source/controls/statusindicator.cxx index e0c79a936ce7..4282169918a0 100644 --- a/UnoControls/source/controls/statusindicator.cxx +++ b/UnoControls/source/controls/statusindicator.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "statusindicator.hxx" +#include #include #include #include #include -#include "progressbar.hxx" +#include using namespace ::cppu; using namespace ::osl; diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx index 7db39b4c4340..204d04d94e9b 100644 --- a/UnoControls/source/inc/framecontrol.hxx +++ b/UnoControls/source/inc/framecontrol.hxx @@ -27,7 +27,7 @@ #include #include -#include "basecontrol.hxx" +#include #include "OConnectionPointContainerHelper.hxx" // namespaces diff --git a/UnoControls/source/inc/progressbar.hxx b/UnoControls/source/inc/progressbar.hxx index 768f273dc087..cdacc9c66ce3 100644 --- a/UnoControls/source/inc/progressbar.hxx +++ b/UnoControls/source/inc/progressbar.hxx @@ -25,7 +25,7 @@ #include -#include "basecontrol.hxx" +#include // namespaces diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx index a5a364534dbf..75b84e0217b4 100644 --- a/UnoControls/source/inc/progressmonitor.hxx +++ b/UnoControls/source/inc/progressmonitor.hxx @@ -61,7 +61,7 @@ #include -#include "basecontainercontrol.hxx" +#include namespace unocontrols{ diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index cf49fd558684..3b27099ec749 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -31,7 +31,7 @@ #include #include -#include "basecontainercontrol.hxx" +#include namespace unocontrols{ -- cgit