diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:32:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:55 +0200 |
commit | 3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4 (patch) | |
tree | f2c55022db35b8a1d4569e437d6636472f8ab83d /sd/inc | |
parent | 2d1de9686e831158de55d9c5e8f51d36412556ec (diff) |
loplugin:includeform: sd
Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/AnnotationEnumeration.hxx | 2 | ||||
-rw-r--r-- | sd/inc/CustomAnimationEffect.hxx | 2 | ||||
-rw-r--r-- | sd/inc/CustomAnimationPreset.hxx | 2 | ||||
-rw-r--r-- | sd/inc/OutlinerIterator.hxx | 2 | ||||
-rw-r--r-- | sd/inc/animations.hxx | 2 | ||||
-rw-r--r-- | sd/inc/anminfo.hxx | 2 | ||||
-rw-r--r-- | sd/inc/helper/simplereferencecomponent.hxx | 2 | ||||
-rw-r--r-- | sd/inc/sddllapi.h | 2 | ||||
-rw-r--r-- | sd/inc/stlpool.hxx | 6 | ||||
-rw-r--r-- | sd/inc/undo/undomanager.hxx | 2 | ||||
-rw-r--r-- | sd/inc/undo/undoobjects.hxx | 2 |
11 files changed, 13 insertions, 13 deletions
diff --git a/sd/inc/AnnotationEnumeration.hxx b/sd/inc/AnnotationEnumeration.hxx index e986f1c57b27..6987cb0eb047 100644 --- a/sd/inc/AnnotationEnumeration.hxx +++ b/sd/inc/AnnotationEnumeration.hxx @@ -22,7 +22,7 @@ #include <sal/config.h> -#include <sdpage.hxx> +#include "sdpage.hxx" namespace com { namespace sun { namespace star { namespace office { class XAnnotationEnumeration; diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx index 9d292a055845..e54644d13158 100644 --- a/sd/inc/CustomAnimationEffect.hxx +++ b/sd/inc/CustomAnimationEffect.hxx @@ -28,7 +28,7 @@ #include <vcl/timer.hxx> -#include <sddllapi.h> +#include "sddllapi.h" #include <list> #include <map> diff --git a/sd/inc/CustomAnimationPreset.hxx b/sd/inc/CustomAnimationPreset.hxx index 2eddec29e91e..b5d9b4d60008 100644 --- a/sd/inc/CustomAnimationPreset.hxx +++ b/sd/inc/CustomAnimationPreset.hxx @@ -27,7 +27,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <CustomAnimationEffect.hxx> +#include "CustomAnimationEffect.hxx" #include <unordered_map> diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index 206b00a12d9f..d61448db7c91 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -23,7 +23,7 @@ #include <svx/svdobj.hxx> #include "pres.hxx" -#include "sal/types.h" +#include <sal/types.h> #include <memory> #include <vector> diff --git a/sd/inc/animations.hxx b/sd/inc/animations.hxx index 7d5081c774ef..bffe1877fa25 100644 --- a/sd/inc/animations.hxx +++ b/sd/inc/animations.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_INC_ANIMATIONS_HXX #define INCLUDED_SD_INC_ANIMATIONS_HXX -#include <sddllapi.h> +#include "sddllapi.h" namespace sd { diff --git a/sd/inc/anminfo.hxx b/sd/inc/anminfo.hxx index 11d04fd29e95..444ee80e57b9 100644 --- a/sd/inc/anminfo.hxx +++ b/sd/inc/anminfo.hxx @@ -26,7 +26,7 @@ #include "pres.hxx" #include <svx/svdobj.hxx> #include <tools/color.hxx> -#include <sddllapi.h> +#include "sddllapi.h" class SdrObject; class SdrPathObj; diff --git a/sd/inc/helper/simplereferencecomponent.hxx b/sd/inc/helper/simplereferencecomponent.hxx index 6993a6255fd6..64e894a4deef 100644 --- a/sd/inc/helper/simplereferencecomponent.hxx +++ b/sd/inc/helper/simplereferencecomponent.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_INC_HELPER_SIMPLEREFERENCECOMPONENT_HXX #define INCLUDED_SD_INC_HELPER_SIMPLEREFERENCECOMPONENT_HXX -#include "osl/interlck.h" +#include <osl/interlck.h> #include <cstddef> #include <new> diff --git a/sd/inc/sddllapi.h b/sd/inc/sddllapi.h index 09ced7ec2b13..e12e28613abe 100644 --- a/sd/inc/sddllapi.h +++ b/sd/inc/sddllapi.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_INC_SDDLLAPI_H #define INCLUDED_SD_INC_SDDLLAPI_H -#include "sal/types.h" +#include <sal/types.h> #if defined(SD_DLLIMPLEMENTATION) #define SD_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx index 90041c847372..6f57b4a595dc 100644 --- a/sd/inc/stlpool.hxx +++ b/sd/inc/stlpool.hxx @@ -32,10 +32,10 @@ #include <map> #include <vector> -#include <stlfamily.hxx> -#include <stlsheet.hxx> +#include "stlfamily.hxx" +#include "stlsheet.hxx" -#include <sddllapi.h> +#include "sddllapi.h" class SdStyleSheet; class SdDrawDocument; diff --git a/sd/inc/undo/undomanager.hxx b/sd/inc/undo/undomanager.hxx index b22ea929ad82..ea996f258e9f 100644 --- a/sd/inc/undo/undomanager.hxx +++ b/sd/inc/undo/undomanager.hxx @@ -22,7 +22,7 @@ #include <misc/scopelock.hxx> #include <svx/sdrundomanager.hxx> -#include "sddllapi.h" +#include <sddllapi.h> class SfxViewShell; diff --git a/sd/inc/undo/undoobjects.hxx b/sd/inc/undo/undoobjects.hxx index 27f110327d8a..2ad9606fe56f 100644 --- a/sd/inc/undo/undoobjects.hxx +++ b/sd/inc/undo/undoobjects.hxx @@ -24,7 +24,7 @@ #include <svx/svdundo.hxx> #include <svx/svdpage.hxx> #include <svx/svdobj.hxx> -#include "pres.hxx" +#include <pres.hxx> class SdrObjUserCall; class SdPage; |