summaryrefslogtreecommitdiffstats
path: root/include/basegfx/color
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:27 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (patch)
tree3cab1d9fbaa45c01452e0a01519bcefeca67cb25 /include/basegfx/color
parentfixincludeguards.sh: include/editeng (diff)
downloadcore-29c0fdc6457243e7b7262b4db86c82b23a7ee0f1.tar.gz
core-29c0fdc6457243e7b7262b4db86c82b23a7ee0f1.zip
fixincludeguards.sh: include/{basegfx,basic}
Change-Id: Id18d3f4b4ed763b2ec9e718d66c3c3b9968fcac2
Diffstat (limited to 'include/basegfx/color')
-rw-r--r--include/basegfx/color/bcolor.hxx6
-rw-r--r--include/basegfx/color/bcolormodifier.hxx6
-rw-r--r--include/basegfx/color/bcolortools.hxx6
3 files changed, 9 insertions, 9 deletions
diff --git a/include/basegfx/color/bcolor.hxx b/include/basegfx/color/bcolor.hxx
index 9b91e212ec89..152984af646d 100644
--- a/include/basegfx/color/bcolor.hxx
+++ b/include/basegfx/color/bcolor.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_COLOR_BCOLOR_HXX
-#define _BGFX_COLOR_BCOLOR_HXX
+#ifndef INCLUDED_BASEGFX_COLOR_BCOLOR_HXX
+#define INCLUDED_BASEGFX_COLOR_BCOLOR_HXX
#include <basegfx/tuple/b3dtuple.hxx>
#include <com/sun/star/uno/Reference.hxx>
@@ -224,6 +224,6 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif /* _BGFX_COLOR_BCOLOR_HXX */
+#endif // INCLUDED_BASEGFX_COLOR_BCOLOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index 4b6f04efc8e9..b8fbd9a8e4d6 100644
--- a/include/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_COLOR_BCOLORMODIFIER_HXX
-#define _BGFX_COLOR_BCOLORMODIFIER_HXX
+#ifndef INCLUDED_BASEGFX_COLOR_BCOLORMODIFIER_HXX
+#define INCLUDED_BASEGFX_COLOR_BCOLORMODIFIER_HXX
#include <basegfx/color/bcolor.hxx>
#include <vector>
@@ -132,6 +132,6 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_COLOR_BCOLORMODIFIER_HXX
+#endif // INCLUDED_BASEGFX_COLOR_BCOLORMODIFIER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/color/bcolortools.hxx b/include/basegfx/color/bcolortools.hxx
index 42ac7aafb3cc..2b033ade73f3 100644
--- a/include/basegfx/color/bcolortools.hxx
+++ b/include/basegfx/color/bcolortools.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_COLOR_BCOLORTOOLS_HXX
-#define _BGFX_COLOR_BCOLORTOOLS_HXX
+#ifndef INCLUDED_BASEGFX_COLOR_BCOLORTOOLS_HXX
+#define INCLUDED_BASEGFX_COLOR_BCOLORTOOLS_HXX
#include <sal/types.h>
#include <basegfx/basegfxdllapi.h>
@@ -47,6 +47,6 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif /* _BGFX_COLOR_BCOLORTOOLS_HXX */
+#endif // INCLUDED_BASEGFX_COLOR_BCOLORTOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */