summaryrefslogtreecommitdiff
path: root/include/cppcanvas/spritecanvas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppcanvas/spritecanvas.hxx')
-rw-r--r--include/cppcanvas/spritecanvas.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppcanvas/spritecanvas.hxx b/include/cppcanvas/spritecanvas.hxx
index 75732448e819..91fc52b3cc41 100644
--- a/include/cppcanvas/spritecanvas.hxx
+++ b/include/cppcanvas/spritecanvas.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CPPCANVAS_SPRITECANVAS_HXX
-#define _CPPCANVAS_SPRITECANVAS_HXX
+#ifndef INCLUDED_CPPCANVAS_SPRITECANVAS_HXX
+#define INCLUDED_CPPCANVAS_SPRITECANVAS_HXX
#include <sal/types.h>
#include <osl/diagnose.h>
@@ -71,6 +71,6 @@ namespace cppcanvas
}
-#endif /* _CPPCANVAS_SPRITECANVAS_HXX */
+#endif // INCLUDED_CPPCANVAS_SPRITECANVAS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */