Kaydet (Commit) 71f057a6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: UnoControls

Change-Id: Id6bcc521bbfe8579be1b0184d75dffb04baf9ea4
üst 1077bc9a
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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;
......
......@@ -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;
......
......@@ -27,7 +27,7 @@
#include <cppuhelper/propshlp.hxx>
#include <rtl/ref.hxx>
#include "basecontrol.hxx"
#include <basecontrol.hxx>
#include "OConnectionPointContainerHelper.hxx"
// namespaces
......
......@@ -25,7 +25,7 @@
#include <vcl/vclptr.hxx>
#include "basecontrol.hxx"
#include <basecontrol.hxx>
// namespaces
......
......@@ -61,7 +61,7 @@
#include <vector>
#include "basecontainercontrol.hxx"
#include <basecontainercontrol.hxx>
namespace unocontrols{
......
......@@ -31,7 +31,7 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <rtl/ref.hxx>
#include "basecontainercontrol.hxx"
#include <basecontainercontrol.hxx>
namespace unocontrols{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment