summaryrefslogtreecommitdiffstats
path: root/UnoControls
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:14 +0200
commit71f057a6f61ea15bbdc00f73bb72b04986d408f4 (patch)
tree11f5cfe9a085705f893cbecd753183f616e00f4e /UnoControls
parentloplugin:includeform: avmedia (diff)
downloadcore-71f057a6f61ea15bbdc00f73bb72b04986d408f4.tar.gz
core-71f057a6f61ea15bbdc00f73bb72b04986d408f4.zip
loplugin:includeform: UnoControls
Change-Id: Id6bcc521bbfe8579be1b0184d75dffb04baf9ea4
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/base/basecontainercontrol.cxx2
-rw-r--r--UnoControls/source/base/basecontrol.cxx2
-rw-r--r--UnoControls/source/base/multiplexer.cxx2
-rw-r--r--UnoControls/source/controls/OConnectionPointContainerHelper.cxx4
-rw-r--r--UnoControls/source/controls/OConnectionPointHelper.cxx4
-rw-r--r--UnoControls/source/controls/framecontrol.cxx2
-rw-r--r--UnoControls/source/controls/progressbar.cxx2
-rw-r--r--UnoControls/source/controls/progressmonitor.cxx4
-rw-r--r--UnoControls/source/controls/statusindicator.cxx4
-rw-r--r--UnoControls/source/inc/framecontrol.hxx2
-rw-r--r--UnoControls/source/inc/progressbar.hxx2
-rw-r--r--UnoControls/source/inc/progressmonitor.hxx2
-rw-r--r--UnoControls/source/inc/statusindicator.hxx2
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 <basecontainercontrol.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/typeprovider.hxx>
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 <basecontrol.hxx>
#include <com/sun/star/awt/XDevice.hpp>
#include <com/sun/star/awt/XDisplayBitmap.hpp>
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 <multiplexer.hxx>
#include <osl/diagnose.h>
#include <cppuhelper/queryinterface.hxx>
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 <OConnectionPointContainerHelper.hxx>
-#include "OConnectionPointHelper.hxx"
+#include <OConnectionPointHelper.hxx>
#include <cppuhelper/queryinterface.hxx>
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 <OConnectionPointHelper.hxx>
-#include "OConnectionPointContainerHelper.hxx"
+#include <OConnectionPointContainerHelper.hxx>
#include <com/sun/star/lang/InvalidListenerException.hpp>
#include <cppuhelper/queryinterface.hxx>
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 <framecontrol.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/frame/Frame.hpp>
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 <progressbar.hxx>
#include <com/sun/star/awt/GradientStyle.hpp>
#include <com/sun/star/awt/RasterOperation.hpp>
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 <progressmonitor.hxx>
#include <com/sun/star/awt/GradientStyle.hpp>
#include <com/sun/star/awt/RasterOperation.hpp>
@@ -30,7 +30,7 @@
#include <tools/debug.hxx>
#include <algorithm>
-#include "progressbar.hxx"
+#include <progressbar.hxx>
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 <statusindicator.hxx>
#include <com/sun/star/awt/WindowAttribute.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/typeprovider.hxx>
-#include "progressbar.hxx"
+#include <progressbar.hxx>
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 <cppuhelper/propshlp.hxx>
#include <rtl/ref.hxx>
-#include "basecontrol.hxx"
+#include <basecontrol.hxx>
#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 <vcl/vclptr.hxx>
-#include "basecontrol.hxx"
+#include <basecontrol.hxx>
// 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 <vector>
-#include "basecontainercontrol.hxx"
+#include <basecontainercontrol.hxx>
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 <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <rtl/ref.hxx>
-#include "basecontainercontrol.hxx"
+#include <basecontainercontrol.hxx>
namespace unocontrols{