summaryrefslogtreecommitdiffstats
path: root/include/basegfx/numeric/ftools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/numeric/ftools.hxx')
-rw-r--r--include/basegfx/numeric/ftools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/numeric/ftools.hxx b/include/basegfx/numeric/ftools.hxx
index 75e24b0d8574..140731eee8dd 100644
--- a/include/basegfx/numeric/ftools.hxx
+++ b/include/basegfx/numeric/ftools.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_NUMERIC_FTOOLS_HXX
-#define _BGFX_NUMERIC_FTOOLS_HXX
+#ifndef INCLUDED_BASEGFX_NUMERIC_FTOOLS_HXX
+#define INCLUDED_BASEGFX_NUMERIC_FTOOLS_HXX
#include <rtl/math.hxx>
#include <basegfx/basegfxdllapi.h>
@@ -223,6 +223,6 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif /* _BGFX_NUMERIC_FTOOLS_HXX */
+#endif // INCLUDED_BASEGFX_NUMERIC_FTOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */