summaryrefslogtreecommitdiff
path: root/include/svx/xpoly.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xpoly.hxx')
-rw-r--r--include/svx/xpoly.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/xpoly.hxx b/include/svx/xpoly.hxx
index 4eefabc54591..946fdc1a6e56 100644
--- a/include/svx/xpoly.hxx
+++ b/include/svx/xpoly.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XPOLY_HXX
-#define _XPOLY_HXX
+#ifndef INCLUDED_SVX_XPOLY_HXX
+#define INCLUDED_SVX_XPOLY_HXX
#include <tools/solar.h>
#include <basegfx/polygon/b2dpolypolygon.hxx>
@@ -179,6 +179,6 @@ public:
explicit XPolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon);
};
-#endif // _XPOLY_HXX
+#endif // INCLUDED_SVX_XPOLY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */