From 1340890ccdff010c827a8e98eb2eaf1a2ec49a2d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 14 Jul 2012 05:37:24 +0200 Subject: simplify include guards Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f --- slideshow/source/engine/transitions/barndoorwipe.hxx | 2 +- slideshow/source/engine/transitions/barwipepolypolygon.hxx | 2 +- slideshow/source/engine/transitions/boxwipe.hxx | 2 +- slideshow/source/engine/transitions/checkerboardwipe.hxx | 2 +- slideshow/source/engine/transitions/clippingfunctor.hxx | 2 +- slideshow/source/engine/transitions/clockwipe.hxx | 2 +- slideshow/source/engine/transitions/doublediamondwipe.hxx | 2 +- slideshow/source/engine/transitions/ellipsewipe.hxx | 2 +- slideshow/source/engine/transitions/fanwipe.hxx | 2 +- slideshow/source/engine/transitions/figurewipe.hxx | 2 +- slideshow/source/engine/transitions/fourboxwipe.hxx | 2 +- slideshow/source/engine/transitions/iriswipe.hxx | 2 +- slideshow/source/engine/transitions/pinwheelwipe.hxx | 2 +- slideshow/source/engine/transitions/randomwipe.hxx | 2 +- slideshow/source/engine/transitions/snakewipe.hxx | 2 +- slideshow/source/engine/transitions/spiralwipe.hxx | 2 +- slideshow/source/engine/transitions/sweepwipe.hxx | 2 +- slideshow/source/engine/transitions/veewipe.hxx | 2 +- slideshow/source/engine/transitions/waterfallwipe.hxx | 2 +- slideshow/source/engine/transitions/zigzagwipe.hxx | 2 +- slideshow/source/engine/waitsymbol.hxx | 2 +- slideshow/source/inc/transitioninfo.hxx | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/transitions/barndoorwipe.hxx b/slideshow/source/engine/transitions/barndoorwipe.hxx index 8ec1fa8beda7..95f4fda234e8 100644 --- a/slideshow/source/engine/transitions/barndoorwipe.hxx +++ b/slideshow/source/engine/transitions/barndoorwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_BARNDOORWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_BARNDOORWIPE_HXX #define INCLUDED_SLIDESHOW_BARNDOORWIPE_HXX #include diff --git a/slideshow/source/engine/transitions/barwipepolypolygon.hxx b/slideshow/source/engine/transitions/barwipepolypolygon.hxx index ad55485befde..450885b9a444 100644 --- a/slideshow/source/engine/transitions/barwipepolypolygon.hxx +++ b/slideshow/source/engine/transitions/barwipepolypolygon.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_BARWIPEPOLYPOLYGON_HXX +#ifndef INCLUDED_SLIDESHOW_BARWIPEPOLYPOLYGON_HXX #define INCLUDED_SLIDESHOW_BARWIPEPOLYPOLYGON_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/boxwipe.hxx b/slideshow/source/engine/transitions/boxwipe.hxx index 4f1e8b3a39f4..bbc37ed67182 100644 --- a/slideshow/source/engine/transitions/boxwipe.hxx +++ b/slideshow/source/engine/transitions/boxwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_BOXWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_BOXWIPE_HXX #define INCLUDED_SLIDESHOW_BOXWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/checkerboardwipe.hxx b/slideshow/source/engine/transitions/checkerboardwipe.hxx index f442622d3f6c..b2e01083c1f4 100644 --- a/slideshow/source/engine/transitions/checkerboardwipe.hxx +++ b/slideshow/source/engine/transitions/checkerboardwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_CHECKERBOARDWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_CHECKERBOARDWIPE_HXX #define INCLUDED_SLIDESHOW_CHECKERBOARDWIPE_HXX #include diff --git a/slideshow/source/engine/transitions/clippingfunctor.hxx b/slideshow/source/engine/transitions/clippingfunctor.hxx index abfdf9a6c52d..ceba88aad277 100644 --- a/slideshow/source/engine/transitions/clippingfunctor.hxx +++ b/slideshow/source/engine/transitions/clippingfunctor.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_CLIPPINGFUNCTOR_HXX +#ifndef INCLUDED_SLIDESHOW_CLIPPINGFUNCTOR_HXX #define INCLUDED_SLIDESHOW_CLIPPINGFUNCTOR_HXX #include diff --git a/slideshow/source/engine/transitions/clockwipe.hxx b/slideshow/source/engine/transitions/clockwipe.hxx index 717ffab941ac..5ca00f87439a 100644 --- a/slideshow/source/engine/transitions/clockwipe.hxx +++ b/slideshow/source/engine/transitions/clockwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_CLOCKWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_CLOCKWIPE_HXX #define INCLUDED_SLIDESHOW_CLOCKWIPE_HXX #include diff --git a/slideshow/source/engine/transitions/doublediamondwipe.hxx b/slideshow/source/engine/transitions/doublediamondwipe.hxx index 151a4b1643e4..50b551f8ba60 100644 --- a/slideshow/source/engine/transitions/doublediamondwipe.hxx +++ b/slideshow/source/engine/transitions/doublediamondwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_DOUBLEDIAMONDWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_DOUBLEDIAMONDWIPE_HXX #define INCLUDED_SLIDESHOW_DOUBLEDIAMONDWIPE_HXX #include diff --git a/slideshow/source/engine/transitions/ellipsewipe.hxx b/slideshow/source/engine/transitions/ellipsewipe.hxx index b64969184927..de84696c815e 100644 --- a/slideshow/source/engine/transitions/ellipsewipe.hxx +++ b/slideshow/source/engine/transitions/ellipsewipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_ELLIPSEWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_ELLIPSEWIPE_HXX #define INCLUDED_SLIDESHOW_ELLIPSEWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/fanwipe.hxx b/slideshow/source/engine/transitions/fanwipe.hxx index 49f9381e70b4..880900143bea 100644 --- a/slideshow/source/engine/transitions/fanwipe.hxx +++ b/slideshow/source/engine/transitions/fanwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_FANWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_FANWIPE_HXX #define INCLUDED_SLIDESHOW_FANWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/figurewipe.hxx b/slideshow/source/engine/transitions/figurewipe.hxx index f24e10f3f187..7d6810237eea 100644 --- a/slideshow/source/engine/transitions/figurewipe.hxx +++ b/slideshow/source/engine/transitions/figurewipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_FIGUREWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_FIGUREWIPE_HXX #define INCLUDED_SLIDESHOW_FIGUREWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/fourboxwipe.hxx b/slideshow/source/engine/transitions/fourboxwipe.hxx index 4c8bff478de1..10bbdb598d56 100644 --- a/slideshow/source/engine/transitions/fourboxwipe.hxx +++ b/slideshow/source/engine/transitions/fourboxwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_FOURBOXWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_FOURBOXWIPE_HXX #define INCLUDED_SLIDESHOW_FOURBOXWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/iriswipe.hxx b/slideshow/source/engine/transitions/iriswipe.hxx index 932c48cabbec..6dbdd328d044 100644 --- a/slideshow/source/engine/transitions/iriswipe.hxx +++ b/slideshow/source/engine/transitions/iriswipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_IRISWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_IRISWIPE_HXX #define INCLUDED_SLIDESHOW_IRISWIPE_HXX #include diff --git a/slideshow/source/engine/transitions/pinwheelwipe.hxx b/slideshow/source/engine/transitions/pinwheelwipe.hxx index 4aad8ad41469..bc7784a05db0 100644 --- a/slideshow/source/engine/transitions/pinwheelwipe.hxx +++ b/slideshow/source/engine/transitions/pinwheelwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_PINWHEELWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_PINWHEELWIPE_HXX #define INCLUDED_SLIDESHOW_PINWHEELWIPE_HXX #include diff --git a/slideshow/source/engine/transitions/randomwipe.hxx b/slideshow/source/engine/transitions/randomwipe.hxx index 54e4e209d7db..f4b7d30f52c2 100644 --- a/slideshow/source/engine/transitions/randomwipe.hxx +++ b/slideshow/source/engine/transitions/randomwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_RANDOMWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_RANDOMWIPE_HXX #define INCLUDED_SLIDESHOW_RANDOMWIPE_HXX #include diff --git a/slideshow/source/engine/transitions/snakewipe.hxx b/slideshow/source/engine/transitions/snakewipe.hxx index 6d39d98c6913..56e354069421 100644 --- a/slideshow/source/engine/transitions/snakewipe.hxx +++ b/slideshow/source/engine/transitions/snakewipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_SNAKEWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_SNAKEWIPE_HXX #define INCLUDED_SLIDESHOW_SNAKEWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/spiralwipe.hxx b/slideshow/source/engine/transitions/spiralwipe.hxx index 5ca67b35c4d2..9263b4b6c098 100644 --- a/slideshow/source/engine/transitions/spiralwipe.hxx +++ b/slideshow/source/engine/transitions/spiralwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_SPIRALWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_SPIRALWIPE_HXX #define INCLUDED_SLIDESHOW_SPIRALWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/sweepwipe.hxx b/slideshow/source/engine/transitions/sweepwipe.hxx index e18201441bda..90990ce15542 100644 --- a/slideshow/source/engine/transitions/sweepwipe.hxx +++ b/slideshow/source/engine/transitions/sweepwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_SWEEPWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_SWEEPWIPE_HXX #define INCLUDED_SLIDESHOW_SWEEPWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/veewipe.hxx b/slideshow/source/engine/transitions/veewipe.hxx index ad09cc3b2594..62fc7ab7ed15 100644 --- a/slideshow/source/engine/transitions/veewipe.hxx +++ b/slideshow/source/engine/transitions/veewipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_VEEWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_VEEWIPE_HXX #define INCLUDED_SLIDESHOW_VEEWIPE_HXX #include diff --git a/slideshow/source/engine/transitions/waterfallwipe.hxx b/slideshow/source/engine/transitions/waterfallwipe.hxx index 10077d082d37..ae1fbbe01a65 100644 --- a/slideshow/source/engine/transitions/waterfallwipe.hxx +++ b/slideshow/source/engine/transitions/waterfallwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_WATERFALLWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_WATERFALLWIPE_HXX #define INCLUDED_SLIDESHOW_WATERFALLWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/transitions/zigzagwipe.hxx b/slideshow/source/engine/transitions/zigzagwipe.hxx index 15e2efe0f81b..b051d6dc9b73 100644 --- a/slideshow/source/engine/transitions/zigzagwipe.hxx +++ b/slideshow/source/engine/transitions/zigzagwipe.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_ZIGZAGWIPE_HXX +#ifndef INCLUDED_SLIDESHOW_ZIGZAGWIPE_HXX #define INCLUDED_SLIDESHOW_ZIGZAGWIPE_HXX #include "parametricpolypolygon.hxx" diff --git a/slideshow/source/engine/waitsymbol.hxx b/slideshow/source/engine/waitsymbol.hxx index 636ead6c663e..d1d477857ea2 100644 --- a/slideshow/source/engine/waitsymbol.hxx +++ b/slideshow/source/engine/waitsymbol.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined(WAITSYMBOL_HXX_INCLUDED) +#ifndef WAITSYMBOL_HXX_INCLUDED #define WAITSYMBOL_HXX_INCLUDED #include diff --git a/slideshow/source/inc/transitioninfo.hxx b/slideshow/source/inc/transitioninfo.hxx index 54965c8c0e77..486462f36a1c 100644 --- a/slideshow/source/inc/transitioninfo.hxx +++ b/slideshow/source/inc/transitioninfo.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_SLIDESHOW_TRANSITIONINFO_HXX +#ifndef INCLUDED_SLIDESHOW_TRANSITIONINFO_HXX #define INCLUDED_SLIDESHOW_TRANSITIONINFO_HXX #include -- cgit