summaryrefslogtreecommitdiff
path: root/include/basegfx/point/b3dpoint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/point/b3dpoint.hxx')
-rw-r--r--include/basegfx/point/b3dpoint.hxx6
1 files changed, 3 insertions, 3 deletions
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 <basegfx/tuple/b3dtuple.hxx>
#include <basegfx/basegfxdllapi.h>
@@ -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: */