summaryrefslogtreecommitdiff
path: root/include/basegfx/range/b1ibox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/range/b1ibox.hxx')
-rw-r--r--include/basegfx/range/b1ibox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/range/b1ibox.hxx b/include/basegfx/range/b1ibox.hxx
index 7c81e37c1288..d7ee4e317d89 100644
--- a/include/basegfx/range/b1ibox.hxx
+++ b/include/basegfx/range/b1ibox.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_RANGE_B1IBOX_HXX
-#define _BGFX_RANGE_B1IBOX_HXX
+#ifndef INCLUDED_BASEGFX_RANGE_B1IBOX_HXX
+#define INCLUDED_BASEGFX_RANGE_B1IBOX_HXX
#include <basegfx/range/basicbox.hxx>
#include <basegfx/basegfxdllapi.h>
@@ -159,6 +159,6 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif /* _BGFX_RANGE_B1IBOX_HXX */
+#endif // INCLUDED_BASEGFX_RANGE_B1IBOX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */