summaryrefslogtreecommitdiff
path: root/include/basegfx/vector/b2isize.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/vector/b2isize.hxx')
-rw-r--r--include/basegfx/vector/b2isize.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/vector/b2isize.hxx b/include/basegfx/vector/b2isize.hxx
index 4a2fe2228661..530bc28a6f88 100644
--- a/include/basegfx/vector/b2isize.hxx
+++ b/include/basegfx/vector/b2isize.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_VECTOR_B2ISIZE_HXX
-#define _BGFX_VECTOR_B2ISIZE_HXX
+#ifndef INCLUDED_BASEGFX_VECTOR_B2ISIZE_HXX
+#define INCLUDED_BASEGFX_VECTOR_B2ISIZE_HXX
#include <basegfx/vector/b2ivector.hxx>
@@ -31,6 +31,6 @@ namespace basegfx
typedef B2IVector B2ISize;
}
-#endif /* _BGFX_VECTOR_B2ISIZE_HXX */
+#endif // INCLUDED_BASEGFX_VECTOR_B2ISIZE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */