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