summaryrefslogtreecommitdiff
path: root/include/basegfx/vector
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/vector
parent10860425b6f325350fb4df59927a63b8d1b85901 (diff)
fixincludeguards.sh: include/{basegfx,basic}
Change-Id: Id18d3f4b4ed763b2ec9e718d66c3c3b9968fcac2
Diffstat (limited to 'include/basegfx/vector')
-rw-r--r--include/basegfx/vector/b2dsize.hxx6
-rw-r--r--include/basegfx/vector/b2dvector.hxx6
-rw-r--r--include/basegfx/vector/b2enums.hxx6
-rw-r--r--include/basegfx/vector/b2isize.hxx6
-rw-r--r--include/basegfx/vector/b2ivector.hxx6
-rw-r--r--include/basegfx/vector/b3dvector.hxx6
-rw-r--r--include/basegfx/vector/b3ivector.hxx6
7 files changed, 21 insertions, 21 deletions
diff --git a/include/basegfx/vector/b2dsize.hxx b/include/basegfx/vector/b2dsize.hxx
index bde343b46685..95baf41fe2fb 100644
--- a/include/basegfx/vector/b2dsize.hxx
+++ b/include/basegfx/vector/b2dsize.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_VECTOR_B2DSIZE_HXX
-#define _BGFX_VECTOR_B2DSIZE_HXX
+#ifndef INCLUDED_BASEGFX_VECTOR_B2DSIZE_HXX
+#define INCLUDED_BASEGFX_VECTOR_B2DSIZE_HXX
#include <basegfx/vector/b2dvector.hxx>
@@ -31,6 +31,6 @@ namespace basegfx
typedef B2DVector B2DSize;
}
-#endif /* _BGFX_VECTOR_B2DSIZE_HXX */
+#endif // INCLUDED_BASEGFX_VECTOR_B2DSIZE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/vector/b2dvector.hxx b/include/basegfx/vector/b2dvector.hxx
index 99489eb7169c..d55fdf41126f 100644
--- a/include/basegfx/vector/b2dvector.hxx
+++ b/include/basegfx/vector/b2dvector.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_VECTOR_B2DVECTOR_HXX
-#define _BGFX_VECTOR_B2DVECTOR_HXX
+#ifndef INCLUDED_BASEGFX_VECTOR_B2DVECTOR_HXX
+#define INCLUDED_BASEGFX_VECTOR_B2DVECTOR_HXX
#include <basegfx/tuple/b2dtuple.hxx>
#include <basegfx/vector/b2ivector.hxx>
@@ -249,6 +249,6 @@ namespace basegfx
} // end of namespace basegfx
-#endif /* _BGFX_VECTOR_B2DVECTOR_HXX */
+#endif // INCLUDED_BASEGFX_VECTOR_B2DVECTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/vector/b2enums.hxx b/include/basegfx/vector/b2enums.hxx
index abbf4cfaf546..b41db31b43b3 100644
--- a/include/basegfx/vector/b2enums.hxx
+++ b/include/basegfx/vector/b2enums.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_VECTOR_B2ENUMS_HXX
-#define _BGFX_VECTOR_B2ENUMS_HXX
+#ifndef INCLUDED_BASEGFX_VECTOR_B2ENUMS_HXX
+#define INCLUDED_BASEGFX_VECTOR_B2ENUMS_HXX
#include <sal/types.h>
@@ -65,6 +65,6 @@ namespace basegfx
} // end of namespace basegfx
-#endif /* _BGFX_VECTOR_B2ENUMS_HXX */
+#endif // INCLUDED_BASEGFX_VECTOR_B2ENUMS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/vector/b2isize.hxx b/include/basegfx/vector/b2isize.hxx
index 4a2fe2228661..530bc28a6f88 100644
--- a/include/basegfx/vector/b2isize.hxx
+++ b/include/basegfx/vector/b2isize.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_VECTOR_B2ISIZE_HXX
-#define _BGFX_VECTOR_B2ISIZE_HXX
+#ifndef INCLUDED_BASEGFX_VECTOR_B2ISIZE_HXX
+#define INCLUDED_BASEGFX_VECTOR_B2ISIZE_HXX
#include <basegfx/vector/b2ivector.hxx>
@@ -31,6 +31,6 @@ namespace basegfx
typedef B2IVector B2ISize;
}
-#endif /* _BGFX_VECTOR_B2ISIZE_HXX */
+#endif // INCLUDED_BASEGFX_VECTOR_B2ISIZE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/vector/b2ivector.hxx b/include/basegfx/vector/b2ivector.hxx
index 71f438d11062..23eb811becd1 100644
--- a/include/basegfx/vector/b2ivector.hxx
+++ b/include/basegfx/vector/b2ivector.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_VECTOR_B2IVECTOR_HXX
-#define _BGFX_VECTOR_B2IVECTOR_HXX
+#ifndef INCLUDED_BASEGFX_VECTOR_B2IVECTOR_HXX
+#define INCLUDED_BASEGFX_VECTOR_B2IVECTOR_HXX
#include <ostream>
@@ -149,6 +149,6 @@ inline std::basic_ostream<charT, traits> & operator <<(
return stream << "(" << vector.getX() << "," << vector.getY() << ")";
}
-#endif /* _BGFX_VECTOR_B2IVECTOR_HXX */
+#endif // INCLUDED_BASEGFX_VECTOR_B2IVECTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/vector/b3dvector.hxx b/include/basegfx/vector/b3dvector.hxx
index 99f23bc7b6d3..c5b907132508 100644
--- a/include/basegfx/vector/b3dvector.hxx
+++ b/include/basegfx/vector/b3dvector.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_VECTOR_B3DVECTOR_HXX
-#define _BGFX_VECTOR_B3DVECTOR_HXX
+#ifndef INCLUDED_BASEGFX_VECTOR_B3DVECTOR_HXX
+#define INCLUDED_BASEGFX_VECTOR_B3DVECTOR_HXX
#include <basegfx/tuple/b3dtuple.hxx>
#include <basegfx/basegfxdllapi.h>
@@ -317,6 +317,6 @@ namespace basegfx
//////////////////////////////////////////////////////////////////////////////
-#endif /* _BGFX_VECTOR_B3DVECTOR_HXX */
+#endif // INCLUDED_BASEGFX_VECTOR_B3DVECTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basegfx/vector/b3ivector.hxx b/include/basegfx/vector/b3ivector.hxx
index 8248ade15cb0..d56768384b31 100644
--- a/include/basegfx/vector/b3ivector.hxx
+++ b/include/basegfx/vector/b3ivector.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_VECTOR_B3IVECTOR_HXX
-#define _BGFX_VECTOR_B3IVECTOR_HXX
+#ifndef INCLUDED_BASEGFX_VECTOR_B3IVECTOR_HXX
+#define INCLUDED_BASEGFX_VECTOR_B3IVECTOR_HXX
#include <basegfx/tuple/b3ituple.hxx>
#include <basegfx/basegfxdllapi.h>
@@ -244,6 +244,6 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif /* _BGFX_VECTOR_B3DVECTOR_HXX */
+#endif // INCLUDED_BASEGFX_VECTOR_B3IVECTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */