summaryrefslogtreecommitdiff
path: root/include/basegfx/matrix
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/matrix
parent10860425b6f325350fb4df59927a63b8d1b85901 (diff)
fixincludeguards.sh: include/{basegfx,basic}
Change-Id: Id18d3f4b4ed763b2ec9e718d66c3c3b9968fcac2
Diffstat (limited to 'include/basegfx/matrix')
-rw-r--r--include/basegfx/matrix/b2dhommatrix.hxx6
-rw-r--r--include/basegfx/matrix/b2dhommatrixtools.hxx6
-rw-r--r--include/basegfx/matrix/b3dhommatrix.hxx6
3 files changed, 9 insertions, 9 deletions
diff --git a/include/basegfx/matrix/b2dhommatrix.hxx b/include/basegfx/matrix/b2dhommatrix.hxx
index 30204b91fad5..68c119c929c6 100644
--- a/include/basegfx/matrix/b2dhommatrix.hxx
+++ b/include/basegfx/matrix/b2dhommatrix.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX
-#define _BGFX_MATRIX_B2DHOMMATRIX_HXX
+#ifndef INCLUDED_BASEGFX_MATRIX_B2DHOMMATRIX_HXX
+#define INCLUDED_BASEGFX_MATRIX_B2DHOMMATRIX_HXX
#include <sal/types.h>
#include <o3tl/cow_wrapper.hxx>
@@ -134,6 +134,6 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif /* _BGFX_MATRIX_B2DHOMMATRIX_HXX */
+#endif // INCLUDED_BASEGFX_MATRIX_B2DHOMMATRIX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx
index 3f95beb72207..bbbabea4eed0 100644
--- a/include/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_MATRIX_B2DHOMMATRIXTOOLS_HXX
-#define _BGFX_MATRIX_B2DHOMMATRIXTOOLS_HXX
+#ifndef INCLUDED_BASEGFX_MATRIX_B2DHOMMATRIXTOOLS_HXX
+#define INCLUDED_BASEGFX_MATRIX_B2DHOMMATRIXTOOLS_HXX
#include <sal/types.h>
#include <basegfx/matrix/b2dhommatrix.hxx>
@@ -226,6 +226,6 @@ namespace basegfx
///////////////////////////////////////////////////////////////////////////////
-#endif /* _BGFX_MATRIX_B2DHOMMATRIXTOOLS_HXX */
+#endif // INCLUDED_BASEGFX_MATRIX_B2DHOMMATRIXTOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/matrix/b3dhommatrix.hxx b/include/basegfx/matrix/b3dhommatrix.hxx
index 037d400d674f..ad7c47d2e349 100644
--- a/include/basegfx/matrix/b3dhommatrix.hxx
+++ b/include/basegfx/matrix/b3dhommatrix.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_MATRIX_B3DHOMMATRIX_HXX
-#define _BGFX_MATRIX_B3DHOMMATRIX_HXX
+#ifndef INCLUDED_BASEGFX_MATRIX_B3DHOMMATRIX_HXX
+#define INCLUDED_BASEGFX_MATRIX_B3DHOMMATRIX_HXX
#include <sal/types.h>
#include <basegfx/point/b3dpoint.hxx>
@@ -150,6 +150,6 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif /* _BGFX_MATRIX_B3DHOMMATRIX_HXX */
+#endif // INCLUDED_BASEGFX_MATRIX_B3DHOMMATRIX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */