diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:30:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:50 +0200 |
commit | 97059fbd09fedce0ff830599f8df5f41d42336f2 (patch) | |
tree | 26d42a7daca4b104dde5f527e64dfc67ed49d401 /include/svx | |
parent | 62f47bb2a54536d6e1cf14b16d2e3b963ba651a6 (diff) |
loplugin:includeform: svx
Change-Id: I4057fe05983fb2b63b592ffd325894c12b9cb5b2
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/IAccessibleParent.hxx | 2 | ||||
-rw-r--r-- | include/svx/contdlg.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdr/attribute/sdrallfillattributeshelper.hxx | 2 | ||||
-rw-r--r-- | include/svx/sidebar/AreaPropertyPanelBase.hxx | 2 | ||||
-rw-r--r-- | include/svx/sidebar/LinePropertyPanelBase.hxx | 2 | ||||
-rw-r--r-- | include/svx/unobrushitemhelper.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx index 08b142483ece..ab0064504296 100644 --- a/include/svx/IAccessibleParent.hxx +++ b/include/svx/IAccessibleParent.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <sal/types.h> -#include "svx/AccessibleControlShape.hxx" +#include <svx/AccessibleControlShape.hxx> namespace accessibility { class AccessibleShape; diff --git a/include/svx/contdlg.hxx b/include/svx/contdlg.hxx index ab0e8c95355c..10a976cd5991 100644 --- a/include/svx/contdlg.hxx +++ b/include/svx/contdlg.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVX_CONTDLG_HXX #define INCLUDED_SVX_CONTDLG_HXX -#include "sal/types.h" +#include <sal/types.h> #include <sfx2/basedlgs.hxx> #include <sfx2/childwin.hxx> diff --git a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx index 49fe55dc8092..79b2689784da 100644 --- a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx +++ b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SVX_SDR_ATTRIBUTE_SDRALLFILLATTRIBUTESHELPER_HXX #define INCLUDED_SVX_SDR_ATTRIBUTE_SDRALLFILLATTRIBUTESHELPER_HXX -#include "svx/svxdllapi.h" +#include <svx/svxdllapi.h> #include <drawinglayer/attribute/fillgradientattribute.hxx> #include <drawinglayer/attribute/sdrfillattribute.hxx> #include <drawinglayer/primitive2d/baseprimitive2d.hxx> diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx index acfbb19d7f0d..b24281efea5f 100644 --- a/include/svx/sidebar/AreaPropertyPanelBase.hxx +++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx @@ -20,7 +20,7 @@ #define INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREAPROPERTYPANELBASE_HXX #include <memory> -#include "svx/sidebar/AreaTransparencyGradientPopup.hxx" +#include <svx/sidebar/AreaTransparencyGradientPopup.hxx> #include <vcl/ctrl.hxx> #include <sfx2/sidebar/SidebarPanelBase.hxx> #include <sfx2/sidebar/ControllerItem.hxx> diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx index 09917d622dea..3b54724f0bf1 100644 --- a/include/svx/sidebar/LinePropertyPanelBase.hxx +++ b/include/svx/sidebar/LinePropertyPanelBase.hxx @@ -29,7 +29,7 @@ #include <memory> #include <svx/sidebar/PanelLayout.hxx> #include <svx/xtable.hxx> -#include "svx/sidebar/LineWidthPopup.hxx" +#include <svx/sidebar/LineWidthPopup.hxx> #include <svx/svxdllapi.h> diff --git a/include/svx/unobrushitemhelper.hxx b/include/svx/unobrushitemhelper.hxx index 6d710b9659f2..b5ddc44c85c4 100644 --- a/include/svx/unobrushitemhelper.hxx +++ b/include/svx/unobrushitemhelper.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SVX_UNOBRUSHITEMHELPER_HXX #define INCLUDED_SVX_UNOBRUSHITEMHELPER_HXX -#include "svx/svxdllapi.h" +#include <svx/svxdllapi.h> #include <editeng/brushitem.hxx> // Helper function definitions for UNO API fallbacks to replace SvxBrushItem. The |