summaryrefslogtreecommitdiff
path: root/include/cppcanvas/canvas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppcanvas/canvas.hxx')
-rw-r--r--include/cppcanvas/canvas.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppcanvas/canvas.hxx b/include/cppcanvas/canvas.hxx
index 0a77e7129a43..9b5ce34c3336 100644
--- a/include/cppcanvas/canvas.hxx
+++ b/include/cppcanvas/canvas.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CPPCANVAS_CANVAS_HXX
-#define _CPPCANVAS_CANVAS_HXX
+#ifndef INCLUDED_CPPCANVAS_CANVAS_HXX
+#define INCLUDED_CPPCANVAS_CANVAS_HXX
#include <com/sun/star/uno/Reference.hxx>
@@ -101,6 +101,6 @@ namespace cppcanvas
}
-#endif /* _CPPCANVAS_CANVAS_HXX */
+#endif // INCLUDED_CPPCANVAS_CANVAS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */