summaryrefslogtreecommitdiff
path: root/include/cppcanvas/polypolygon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppcanvas/polypolygon.hxx')
-rw-r--r--include/cppcanvas/polypolygon.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppcanvas/polypolygon.hxx b/include/cppcanvas/polypolygon.hxx
index ccfbb95d3def..1db71e276a74 100644
--- a/include/cppcanvas/polypolygon.hxx
+++ b/include/cppcanvas/polypolygon.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CPPCANVAS_POLYPOLYGON_HXX
-#define _CPPCANVAS_POLYPOLYGON_HXX
+#ifndef INCLUDED_CPPCANVAS_POLYPOLYGON_HXX
+#define INCLUDED_CPPCANVAS_POLYPOLYGON_HXX
#include <com/sun/star/uno/Reference.hxx>
@@ -82,6 +82,6 @@ namespace cppcanvas
typedef ::boost::shared_ptr< ::cppcanvas::PolyPolygon > PolyPolygonSharedPtr;
}
-#endif /* _CPPCANVAS_POLYPOLYGON_HXX */
+#endif // INCLUDED_CPPCANVAS_POLYPOLYGON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */