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