diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:17:00 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:30 +0200 |
commit | 0bd7f12d41567842b1e31514e1d84340d90f5b42 (patch) | |
tree | d1140425ddbb62c4cf71634f2813f7e5dd7d88cb /include/cppcanvas | |
parent | f20eef009438883ebc205c9cce3e4bac87256f29 (diff) |
fixincludeguards.sh: include/c*
Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
Diffstat (limited to 'include/cppcanvas')
-rw-r--r-- | include/cppcanvas/basegfxfactory.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/bitmap.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/bitmapcanvas.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/canvas.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/canvasgraphic.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/color.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/customsprite.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/font.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/polypolygon.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/renderer.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/sprite.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/spritecanvas.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/text.hxx | 6 | ||||
-rw-r--r-- | include/cppcanvas/vclfactory.hxx | 6 |
14 files changed, 42 insertions, 42 deletions
diff --git a/include/cppcanvas/basegfxfactory.hxx b/include/cppcanvas/basegfxfactory.hxx index 83acb38c448f..de958efc7875 100644 --- a/include/cppcanvas/basegfxfactory.hxx +++ b/include/cppcanvas/basegfxfactory.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_BASEGFXFACTORY_HXX -#define _CPPCANVAS_BASEGFXFACTORY_HXX +#ifndef INCLUDED_CPPCANVAS_BASEGFXFACTORY_HXX +#define INCLUDED_CPPCANVAS_BASEGFXFACTORY_HXX #include <cppcanvas/canvas.hxx> #include <cppcanvas/bitmapcanvas.hxx> @@ -84,6 +84,6 @@ namespace cppcanvas } -#endif /* _CPPCANVAS_BASEGFXFACTORY_HXX */ +#endif // INCLUDED_CPPCANVAS_BASEGFXFACTORY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/bitmap.hxx b/include/cppcanvas/bitmap.hxx index 5e542e7220aa..12eed6e30e8d 100644 --- a/include/cppcanvas/bitmap.hxx +++ b/include/cppcanvas/bitmap.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_BITMAP_HXX -#define _CPPCANVAS_BITMAP_HXX +#ifndef INCLUDED_CPPCANVAS_BITMAP_HXX +#define INCLUDED_CPPCANVAS_BITMAP_HXX #include <com/sun/star/uno/Reference.hxx> @@ -69,6 +69,6 @@ namespace cppcanvas typedef ::boost::shared_ptr< ::cppcanvas::Bitmap > BitmapSharedPtr; } -#endif /* _CPPCANVAS_BITMAP_HXX */ +#endif // INCLUDED_CPPCANVAS_BITMAP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/bitmapcanvas.hxx b/include/cppcanvas/bitmapcanvas.hxx index 620182a14e45..714879230ab9 100644 --- a/include/cppcanvas/bitmapcanvas.hxx +++ b/include/cppcanvas/bitmapcanvas.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_BITMAPCANVAS_HXX -#define _CPPCANVAS_BITMAPCANVAS_HXX +#ifndef INCLUDED_CPPCANVAS_BITMAPCANVAS_HXX +#define INCLUDED_CPPCANVAS_BITMAPCANVAS_HXX #include <sal/types.h> #include <osl/diagnose.h> @@ -55,6 +55,6 @@ namespace cppcanvas } -#endif /* _CPPCANVAS_BITMAPCANVAS_HXX */ +#endif // INCLUDED_CPPCANVAS_BITMAPCANVAS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/canvas.hxx b/include/cppcanvas/canvas.hxx index 0a77e7129a43..9b5ce34c3336 100644 --- a/include/cppcanvas/canvas.hxx +++ b/include/cppcanvas/canvas.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_CANVAS_HXX -#define _CPPCANVAS_CANVAS_HXX +#ifndef INCLUDED_CPPCANVAS_CANVAS_HXX +#define INCLUDED_CPPCANVAS_CANVAS_HXX #include <com/sun/star/uno/Reference.hxx> @@ -101,6 +101,6 @@ namespace cppcanvas } -#endif /* _CPPCANVAS_CANVAS_HXX */ +#endif // INCLUDED_CPPCANVAS_CANVAS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/canvasgraphic.hxx b/include/cppcanvas/canvasgraphic.hxx index e496df6aeb33..ca3db47be9e1 100644 --- a/include/cppcanvas/canvasgraphic.hxx +++ b/include/cppcanvas/canvasgraphic.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_CANVASGRAPHIC_HXX -#define _CPPCANVAS_CANVASGRAPHIC_HXX +#ifndef INCLUDED_CPPCANVAS_CANVASGRAPHIC_HXX +#define INCLUDED_CPPCANVAS_CANVASGRAPHIC_HXX #include <sal/types.h> @@ -152,6 +152,6 @@ namespace cppcanvas typedef ::boost::shared_ptr< ::cppcanvas::CanvasGraphic > CanvasGraphicSharedPtr; } -#endif /* _CPPCANVAS_CANVASGRAPHIC_HXX */ +#endif // INCLUDED_CPPCANVAS_CANVASGRAPHIC_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/color.hxx b/include/cppcanvas/color.hxx index 6d7dc957286a..f259fa1ee176 100644 --- a/include/cppcanvas/color.hxx +++ b/include/cppcanvas/color.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_COLOR_HXX -#define _CPPCANVAS_COLOR_HXX +#ifndef INCLUDED_CPPCANVAS_COLOR_HXX +#define INCLUDED_CPPCANVAS_COLOR_HXX #include <com/sun/star/uno/Sequence.hxx> @@ -84,6 +84,6 @@ namespace cppcanvas } -#endif /* _CPPCANVAS_COLOR_HXX */ +#endif // INCLUDED_CPPCANVAS_COLOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/customsprite.hxx b/include/cppcanvas/customsprite.hxx index 70004e7e5900..2b810ebfdaa7 100644 --- a/include/cppcanvas/customsprite.hxx +++ b/include/cppcanvas/customsprite.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_CUSTOMSPRITE_HXX -#define _CPPCANVAS_CUSTOMSPRITE_HXX +#ifndef INCLUDED_CPPCANVAS_CUSTOMSPRITE_HXX +#define INCLUDED_CPPCANVAS_CUSTOMSPRITE_HXX #include <sal/types.h> @@ -42,6 +42,6 @@ namespace cppcanvas typedef ::boost::shared_ptr< ::cppcanvas::CustomSprite > CustomSpriteSharedPtr; } -#endif /* _CPPCANVAS_CUSTOMSPRITE_HXX */ +#endif // INCLUDED_CPPCANVAS_CUSTOMSPRITE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/font.hxx b/include/cppcanvas/font.hxx index 967903eaa8e7..c7d8ad6e600e 100644 --- a/include/cppcanvas/font.hxx +++ b/include/cppcanvas/font.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_FONT_HXX -#define _CPPCANVAS_FONT_HXX +#ifndef INCLUDED_CPPCANVAS_FONT_HXX +#define INCLUDED_CPPCANVAS_FONT_HXX #include <com/sun/star/uno/Reference.hxx> @@ -50,6 +50,6 @@ namespace cppcanvas typedef ::boost::shared_ptr< ::cppcanvas::Font > FontSharedPtr; } -#endif /* _CPPCANVAS_FONT_HXX */ +#endif // INCLUDED_CPPCANVAS_FONT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/polypolygon.hxx b/include/cppcanvas/polypolygon.hxx index ccfbb95d3def..1db71e276a74 100644 --- a/include/cppcanvas/polypolygon.hxx +++ b/include/cppcanvas/polypolygon.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_POLYPOLYGON_HXX -#define _CPPCANVAS_POLYPOLYGON_HXX +#ifndef INCLUDED_CPPCANVAS_POLYPOLYGON_HXX +#define INCLUDED_CPPCANVAS_POLYPOLYGON_HXX #include <com/sun/star/uno/Reference.hxx> @@ -82,6 +82,6 @@ namespace cppcanvas typedef ::boost::shared_ptr< ::cppcanvas::PolyPolygon > PolyPolygonSharedPtr; } -#endif /* _CPPCANVAS_POLYPOLYGON_HXX */ +#endif // INCLUDED_CPPCANVAS_POLYPOLYGON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/renderer.hxx b/include/cppcanvas/renderer.hxx index e260e9400248..8d51071ba116 100644 --- a/include/cppcanvas/renderer.hxx +++ b/include/cppcanvas/renderer.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_RENDERER_HXX -#define _CPPCANVAS_RENDERER_HXX +#ifndef INCLUDED_CPPCANVAS_RENDERER_HXX +#define INCLUDED_CPPCANVAS_RENDERER_HXX #include <sal/types.h> #include <rtl/ustring.hxx> @@ -139,6 +139,6 @@ namespace cppcanvas typedef ::boost::shared_ptr< ::cppcanvas::Renderer > RendererSharedPtr; } -#endif /* _CPPCANVAS_RENDERER_HXX */ +#endif // INCLUDED_CPPCANVAS_RENDERER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/sprite.hxx b/include/cppcanvas/sprite.hxx index 0e87ff9b9dd1..3074ab515cce 100644 --- a/include/cppcanvas/sprite.hxx +++ b/include/cppcanvas/sprite.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_SPRITE_HXX -#define _CPPCANVAS_SPRITE_HXX +#ifndef INCLUDED_CPPCANVAS_SPRITE_HXX +#define INCLUDED_CPPCANVAS_SPRITE_HXX #include <com/sun/star/uno/Reference.hxx> @@ -105,6 +105,6 @@ namespace cppcanvas typedef ::boost::shared_ptr< ::cppcanvas::Sprite > SpriteSharedPtr; } -#endif /* _CPPCANVAS_SPRITE_HXX */ +#endif // INCLUDED_CPPCANVAS_SPRITE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/spritecanvas.hxx b/include/cppcanvas/spritecanvas.hxx index 75732448e819..91fc52b3cc41 100644 --- a/include/cppcanvas/spritecanvas.hxx +++ b/include/cppcanvas/spritecanvas.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_SPRITECANVAS_HXX -#define _CPPCANVAS_SPRITECANVAS_HXX +#ifndef INCLUDED_CPPCANVAS_SPRITECANVAS_HXX +#define INCLUDED_CPPCANVAS_SPRITECANVAS_HXX #include <sal/types.h> #include <osl/diagnose.h> @@ -71,6 +71,6 @@ namespace cppcanvas } -#endif /* _CPPCANVAS_SPRITECANVAS_HXX */ +#endif // INCLUDED_CPPCANVAS_SPRITECANVAS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/text.hxx b/include/cppcanvas/text.hxx index 4ca53532c282..b25a1e6ad9fa 100644 --- a/include/cppcanvas/text.hxx +++ b/include/cppcanvas/text.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_TEXT_HXX -#define _CPPCANVAS_TEXT_HXX +#ifndef INCLUDED_CPPCANVAS_TEXT_HXX +#define INCLUDED_CPPCANVAS_TEXT_HXX #include <boost/shared_ptr.hpp> #include <cppcanvas/canvasgraphic.hxx> @@ -40,6 +40,6 @@ namespace cppcanvas typedef ::boost::shared_ptr< ::cppcanvas::Text > TextSharedPtr; } -#endif /* _CPPCANVAS_TEXT_HXX */ +#endif // INCLUDED_CPPCANVAS_TEXT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/cppcanvas/vclfactory.hxx b/include/cppcanvas/vclfactory.hxx index b5d2f9612be9..3b2b49826393 100644 --- a/include/cppcanvas/vclfactory.hxx +++ b/include/cppcanvas/vclfactory.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPCANVAS_VCLFACTORY_HXX -#define _CPPCANVAS_VCLFACTORY_HXX +#ifndef INCLUDED_CPPCANVAS_VCLFACTORY_HXX +#define INCLUDED_CPPCANVAS_VCLFACTORY_HXX #include <cppcanvas/canvas.hxx> #include <cppcanvas/bitmapcanvas.hxx> @@ -97,6 +97,6 @@ namespace cppcanvas } -#endif /* _CPPCANVAS_VCLFACTORY_HXX */ +#endif // INCLUDED_CPPCANVAS_VCLFACTORY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |