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 /svx/inc | |
parent | 62f47bb2a54536d6e1cf14b16d2e3b963ba651a6 (diff) |
loplugin:includeform: svx
Change-Id: I4057fe05983fb2b63b592ffd325894c12b9cb5b2
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/GalleryControl.hxx | 2 | ||||
-rw-r--r-- | svx/inc/extrusiondepthdialog.hxx | 2 | ||||
-rw-r--r-- | svx/inc/galobj.hxx | 2 | ||||
-rw-r--r-- | svx/inc/page.hrc | 2 | ||||
-rw-r--r-- | svx/inc/svxerr.hrc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/svx/inc/GalleryControl.hxx b/svx/inc/GalleryControl.hxx index 2fa7040f56f3..5ca673a2dffe 100644 --- a/svx/inc/GalleryControl.hxx +++ b/svx/inc/GalleryControl.hxx @@ -22,7 +22,7 @@ #include <vcl/window.hxx> #include <vcl/graph.hxx> #include <tools/urlobj.hxx> -#include "svx/svxdllapi.h" +#include <svx/svxdllapi.h> class SfxBindings; diff --git a/svx/inc/extrusiondepthdialog.hxx b/svx/inc/extrusiondepthdialog.hxx index 69d03b5a0766..fb306b992c5b 100644 --- a/svx/inc/extrusiondepthdialog.hxx +++ b/svx/inc/extrusiondepthdialog.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVX_INC_EXTRUSIONDEPTHDIALOG_HXX #define INCLUDED_SVX_INC_EXTRUSIONDEPTHDIALOG_HXX -#include "svx/svxdllapi.h" +#include <svx/svxdllapi.h> #include <vcl/fixed.hxx> #include <vcl/dialog.hxx> diff --git a/svx/inc/galobj.hxx b/svx/inc/galobj.hxx index aeeab93e1187..aa0af5922553 100644 --- a/svx/inc/galobj.hxx +++ b/svx/inc/galobj.hxx @@ -22,7 +22,7 @@ #include <tools/urlobj.hxx> #include <vcl/graph.hxx> -#include "svx/galmisc.hxx" +#include <svx/galmisc.hxx> #define S_THUMB 80 diff --git a/svx/inc/page.hrc b/svx/inc/page.hrc index 03036b1e095d..2907c6ee72f2 100644 --- a/svx/inc/page.hrc +++ b/svx/inc/page.hrc @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVX_INC_PAGE_HRC #define INCLUDED_SVX_INC_PAGE_HRC -#include "page.h" +#include <page.h> #include <utility> #define NC_(Context, String) (Context "\004" u8##String) diff --git a/svx/inc/svxerr.hrc b/svx/inc/svxerr.hrc index 0259fa403bfb..8a02afa34acc 100644 --- a/svx/inc/svxerr.hrc +++ b/svx/inc/svxerr.hrc @@ -24,7 +24,7 @@ #define NC_(Context, String) (Context "\004" u8##String) -#include "svx/svxerr.hxx" +#include <svx/svxerr.hxx> #include <editeng/editerr.hxx> // Error-Context --------------------------------------------------------- |