summaryrefslogtreecommitdiff
path: root/include/typelib
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit1130a359cb89028b42f366f46bdf034ad13ae540 (patch)
tree6acbd8d220fee0dab8d6911c1968ee9964534beb /include/typelib
parent29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff)
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/typelib')
-rw-r--r--include/typelib/typeclass.h4
-rw-r--r--include/typelib/typedescription.h4
-rw-r--r--include/typelib/typedescription.hxx4
-rw-r--r--include/typelib/uik.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/include/typelib/typeclass.h b/include/typelib/typeclass.h
index b3eeb5ddff52..434094fe3d8d 100644
--- a/include/typelib/typeclass.h
+++ b/include/typelib/typeclass.h
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _TYPELIB_TYPECLASS_H_
-#define _TYPELIB_TYPECLASS_H_
+#ifndef INCLUDED_TYPELIB_TYPECLASS_H
+#define INCLUDED_TYPELIB_TYPECLASS_H
#include <sal/types.h>
diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h
index 6f9ee33eec4a..a7b06eca56f6 100644
--- a/include/typelib/typedescription.h
+++ b/include/typelib/typedescription.h
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _TYPELIB_TYPEDESCRIPTION_H_
-#define _TYPELIB_TYPEDESCRIPTION_H_
+#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_H
+#define INCLUDED_TYPELIB_TYPEDESCRIPTION_H
#include <cppu/cppudllapi.h>
#include <typelib/uik.h>
diff --git a/include/typelib/typedescription.hxx b/include/typelib/typedescription.hxx
index 1026755749f7..0db15ffc4977 100644
--- a/include/typelib/typedescription.hxx
+++ b/include/typelib/typedescription.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _TYPELIB_TYPEDESCRIPTION_HXX_
-#define _TYPELIB_TYPEDESCRIPTION_HXX_
+#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
+#define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
diff --git a/include/typelib/uik.h b/include/typelib/uik.h
index ff8064f8f6ad..78e57bf5202f 100644
--- a/include/typelib/uik.h
+++ b/include/typelib/uik.h
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _TYPELIB_UIK_H_
-#define _TYPELIB_UIK_H_
+#ifndef INCLUDED_TYPELIB_UIK_H
+#define INCLUDED_TYPELIB_UIK_H
#include <sal/types.h>