From 29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:18:27 +0200 Subject: fixincludeguards.sh: include/{basegfx,basic} Change-Id: Id18d3f4b4ed763b2ec9e718d66c3c3b9968fcac2 --- include/basegfx/point/b2dpoint.hxx | 6 +++--- include/basegfx/point/b2ipoint.hxx | 6 +++--- include/basegfx/point/b3dpoint.hxx | 6 +++--- include/basegfx/point/b3ipoint.hxx | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'include/basegfx/point') diff --git a/include/basegfx/point/b2dpoint.hxx b/include/basegfx/point/b2dpoint.hxx index c5b87d95e40b..cee2170503e9 100644 --- a/include/basegfx/point/b2dpoint.hxx +++ b/include/basegfx/point/b2dpoint.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_POINT_B2DPOINT_HXX -#define _BGFX_POINT_B2DPOINT_HXX +#ifndef INCLUDED_BASEGFX_POINT_B2DPOINT_HXX +#define INCLUDED_BASEGFX_POINT_B2DPOINT_HXX #include @@ -145,6 +145,6 @@ inline std::basic_ostream & operator <<( return stream << "(" << point.getX() << "," << point.getY() << ")"; } -#endif /* _BGFX_POINT_B2DPOINT_HXX */ +#endif // INCLUDED_BASEGFX_POINT_B2DPOINT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/basegfx/point/b2ipoint.hxx b/include/basegfx/point/b2ipoint.hxx index 33b225a2a36d..58c1ef7b3c8e 100644 --- a/include/basegfx/point/b2ipoint.hxx +++ b/include/basegfx/point/b2ipoint.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_POINT_B2IPOINT_HXX -#define _BGFX_POINT_B2IPOINT_HXX +#ifndef INCLUDED_BASEGFX_POINT_B2IPOINT_HXX +#define INCLUDED_BASEGFX_POINT_B2IPOINT_HXX #include #include @@ -112,6 +112,6 @@ namespace basegfx }; } // end of namespace basegfx -#endif /* _BGFX_POINT_B2IPOINT_HXX */ +#endif // INCLUDED_BASEGFX_POINT_B2IPOINT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/basegfx/point/b3dpoint.hxx b/include/basegfx/point/b3dpoint.hxx index 391bc128b9fb..e853b78a9428 100644 --- a/include/basegfx/point/b3dpoint.hxx +++ b/include/basegfx/point/b3dpoint.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_POINT_B3DPOINT_HXX -#define _BGFX_POINT_B3DPOINT_HXX +#ifndef INCLUDED_BASEGFX_POINT_B3DPOINT_HXX +#define INCLUDED_BASEGFX_POINT_B3DPOINT_HXX #include #include @@ -140,6 +140,6 @@ namespace basegfx } // end of namespace basegfx -#endif /* _BGFX_POINT_B3DPOINT_HXX */ +#endif // INCLUDED_BASEGFX_POINT_B3DPOINT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/basegfx/point/b3ipoint.hxx b/include/basegfx/point/b3ipoint.hxx index e80514c13de2..08f1f09c2f56 100644 --- a/include/basegfx/point/b3ipoint.hxx +++ b/include/basegfx/point/b3ipoint.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BGFX_POINT_B3IPOINT_HXX -#define _BGFX_POINT_B3IPOINT_HXX +#ifndef INCLUDED_BASEGFX_POINT_B3IPOINT_HXX +#define INCLUDED_BASEGFX_POINT_B3IPOINT_HXX #include #include @@ -124,6 +124,6 @@ namespace basegfx }; } // end of namespace basegfx -#endif /* _BGFX_POINT_B3IPOINT_HXX */ +#endif // INCLUDED_BASEGFX_POINT_B3IPOINT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit