summaryrefslogtreecommitdiff
path: root/include/cppcanvas/canvasgraphic.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppcanvas/canvasgraphic.hxx')
-rw-r--r--include/cppcanvas/canvasgraphic.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppcanvas/canvasgraphic.hxx b/include/cppcanvas/canvasgraphic.hxx
index e496df6aeb33..ca3db47be9e1 100644
--- a/include/cppcanvas/canvasgraphic.hxx
+++ b/include/cppcanvas/canvasgraphic.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CPPCANVAS_CANVASGRAPHIC_HXX
-#define _CPPCANVAS_CANVASGRAPHIC_HXX
+#ifndef INCLUDED_CPPCANVAS_CANVASGRAPHIC_HXX
+#define INCLUDED_CPPCANVAS_CANVASGRAPHIC_HXX
#include <sal/types.h>
@@ -152,6 +152,6 @@ namespace cppcanvas
typedef ::boost::shared_ptr< ::cppcanvas::CanvasGraphic > CanvasGraphicSharedPtr;
}
-#endif /* _CPPCANVAS_CANVASGRAPHIC_HXX */
+#endif // INCLUDED_CPPCANVAS_CANVASGRAPHIC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */