summaryrefslogtreecommitdiff
path: root/include/basegfx/tuple/b3dtuple.hxx
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/tuple/b3dtuple.hxx
parent10860425b6f325350fb4df59927a63b8d1b85901 (diff)
fixincludeguards.sh: include/{basegfx,basic}
Change-Id: Id18d3f4b4ed763b2ec9e718d66c3c3b9968fcac2
Diffstat (limited to 'include/basegfx/tuple/b3dtuple.hxx')
-rw-r--r--include/basegfx/tuple/b3dtuple.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basegfx/tuple/b3dtuple.hxx b/include/basegfx/tuple/b3dtuple.hxx
index d974f86abe28..a2d3b44cfdef 100644
--- a/include/basegfx/tuple/b3dtuple.hxx
+++ b/include/basegfx/tuple/b3dtuple.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BGFX_TUPLE_B3DTUPLE_HXX
-#define _BGFX_TUPLE_B3DTUPLE_HXX
+#ifndef INCLUDED_BASEGFX_TUPLE_B3DTUPLE_HXX
+#define INCLUDED_BASEGFX_TUPLE_B3DTUPLE_HXX
#include <sal/types.h>
#include <basegfx/numeric/ftools.hxx>
@@ -427,6 +427,6 @@ namespace basegfx
BASEGFX_DLLPUBLIC B3ITuple fround(const B3DTuple& rTup);
} // end of namespace basegfx
-#endif /* _BGFX_TUPLE_B3DTUPLE_HXX */
+#endif // INCLUDED_BASEGFX_TUPLE_B3DTUPLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */