diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 22:38:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:33 +0200 |
commit | 3b58ababc566adef48d8ab600489e554c4585b1d (patch) | |
tree | b1abea7e58d2f9daa28903896d87e3b6284eed43 /sd/source/filter/ppt | |
parent | 3a6148e8114a5b980dbedadacce2074390d81555 (diff) |
fixincludeguards.sh: sd
Change-Id: Ic831838b377656015d645eec9d439424378e08af
Diffstat (limited to 'sd/source/filter/ppt')
-rw-r--r-- | sd/source/filter/ppt/ppt97animations.hxx | 4 | ||||
-rw-r--r-- | sd/source/filter/ppt/pptanimations.hxx | 4 | ||||
-rw-r--r-- | sd/source/filter/ppt/pptatom.hxx | 4 | ||||
-rw-r--r-- | sd/source/filter/ppt/pptin.hxx | 6 | ||||
-rw-r--r-- | sd/source/filter/ppt/pptinanimations.hxx | 4 | ||||
-rw-r--r-- | sd/source/filter/ppt/propread.hxx | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/sd/source/filter/ppt/ppt97animations.hxx b/sd/source/filter/ppt/ppt97animations.hxx index dc653895c97b..bf4d438b640f 100644 --- a/sd/source/filter/ppt/ppt97animations.hxx +++ b/sd/source/filter/ppt/ppt97animations.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_PPT_97_ANIMATIONS_HXX -#define _SD_PPT_97_ANIMATIONS_HXX +#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPT97ANIMATIONS_HXX +#define INCLUDED_SD_SOURCE_FILTER_PPT_PPT97ANIMATIONS_HXX // header for class SvStream #include <tools/stream.hxx> diff --git a/sd/source/filter/ppt/pptanimations.hxx b/sd/source/filter/ppt/pptanimations.hxx index eca157f77969..10a51df3c4a4 100644 --- a/sd/source/filter/ppt/pptanimations.hxx +++ b/sd/source/filter/ppt/pptanimations.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_PPT_ANIMATIONS_HXX -#define _SD_PPT_ANIMATIONS_HXX +#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPTANIMATIONS_HXX +#define INCLUDED_SD_SOURCE_FILTER_PPT_PPTANIMATIONS_HXX #include <com/sun/star/uno/Any.h> #include <com/sun/star/animations/TransitionType.hpp> diff --git a/sd/source/filter/ppt/pptatom.hxx b/sd/source/filter/ppt/pptatom.hxx index 153839440f3d..017a88011ea2 100644 --- a/sd/source/filter/ppt/pptatom.hxx +++ b/sd/source/filter/ppt/pptatom.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _PPTATOM_HXX_ -#define _PPTATOM_HXX_ +#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPTATOM_HXX +#define INCLUDED_SD_SOURCE_FILTER_PPT_PPTATOM_HXX #include <svx/msdffdef.hxx> #include <filter/msfilter/msdffimp.hxx> diff --git a/sd/source/filter/ppt/pptin.hxx b/sd/source/filter/ppt/pptin.hxx index e5bb8e927936..92c992ee2292 100644 --- a/sd/source/filter/ppt/pptin.hxx +++ b/sd/source/filter/ppt/pptin.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_PPTIN_HXX -#define _SD_PPTIN_HXX +#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPTIN_HXX +#define INCLUDED_SD_SOURCE_FILTER_PPT_PPTIN_HXX #include <filter/msfilter/svdfppt.hxx> #include <svx/msdffdef.hxx> @@ -93,6 +93,6 @@ class SdPPTImport sal_Bool Import(); }; -#endif // _SD_PPTIN_HXX +#endif // INCLUDED_SD_SOURCE_FILTER_PPT_PPTIN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/filter/ppt/pptinanimations.hxx b/sd/source/filter/ppt/pptinanimations.hxx index 691e41872cdf..1e9319c8219a 100644 --- a/sd/source/filter/ppt/pptinanimations.hxx +++ b/sd/source/filter/ppt/pptinanimations.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SD_PPT_INANIMATIONS_HXX -#define _SD_PPT_INANIMATIONS_HXX +#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPTINANIMATIONS_HXX +#define INCLUDED_SD_SOURCE_FILTER_PPT_PPTINANIMATIONS_HXX #include <com/sun/star/animations/XTimeContainer.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> diff --git a/sd/source/filter/ppt/propread.hxx b/sd/source/filter/ppt/propread.hxx index c5d600f96383..0325a8f9dcc3 100644 --- a/sd/source/filter/ppt/propread.hxx +++ b/sd/source/filter/ppt/propread.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _PROPREAD_HXX_ -#define _PROPREAD_HXX_ +#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PROPREAD_HXX +#define INCLUDED_SD_SOURCE_FILTER_PPT_PROPREAD_HXX #include <map> #include <boost/ptr_container/ptr_vector.hpp> |