summaryrefslogtreecommitdiffstats
path: root/include/basegfx/vector/b3ivector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/vector/b3ivector.hxx')
-rw-r--r--include/basegfx/vector/b3ivector.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/vector/b3ivector.hxx b/include/basegfx/vector/b3ivector.hxx
index 8248ade15cb0..d56768384b31 100644
--- a/include/basegfx/vector/b3ivector.hxx
+++ b/include/basegfx/vector/b3ivector.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_VECTOR_B3IVECTOR_HXX
-#define _BGFX_VECTOR_B3IVECTOR_HXX
+#ifndef INCLUDED_BASEGFX_VECTOR_B3IVECTOR_HXX
+#define INCLUDED_BASEGFX_VECTOR_B3IVECTOR_HXX
#include <basegfx/tuple/b3ituple.hxx>
#include <basegfx/basegfxdllapi.h>
@@ -244,6 +244,6 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif /* _BGFX_VECTOR_B3DVECTOR_HXX */
+#endif // INCLUDED_BASEGFX_VECTOR_B3IVECTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */