summaryrefslogtreecommitdiff
path: root/include/basegfx/tuple/b2dtuple.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/tuple/b2dtuple.hxx')
-rw-r--r--include/basegfx/tuple/b2dtuple.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/tuple/b2dtuple.hxx b/include/basegfx/tuple/b2dtuple.hxx
index f21124b5ca43..773505306ac9 100644
--- a/include/basegfx/tuple/b2dtuple.hxx
+++ b/include/basegfx/tuple/b2dtuple.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_TUPLE_B2DTUPLE_HXX
-#define _BGFX_TUPLE_B2DTUPLE_HXX
+#ifndef INCLUDED_BASEGFX_TUPLE_B2DTUPLE_HXX
+#define INCLUDED_BASEGFX_TUPLE_B2DTUPLE_HXX
#include <sal/types.h>
#include <basegfx/numeric/ftools.hxx>
@@ -358,6 +358,6 @@ namespace basegfx
BASEGFX_DLLPUBLIC B2ITuple fround(const B2DTuple& rTup);
} // end of namespace basegfx
-#endif /* _BGFX_TUPLE_B2DTUPLE_HXX */
+#endif // INCLUDED_BASEGFX_TUPLE_B2DTUPLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */