summaryrefslogtreecommitdiff
path: root/include/registry
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/registry
parent29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff)
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/registry')
-rw-r--r--include/registry/reflread.hxx4
-rw-r--r--include/registry/refltype.hxx4
-rw-r--r--include/registry/reflwrit.hxx4
-rw-r--r--include/registry/regdllapi.h6
-rw-r--r--include/registry/registry.h4
-rw-r--r--include/registry/registry.hxx4
-rw-r--r--include/registry/regtype.h4
7 files changed, 15 insertions, 15 deletions
diff --git a/include/registry/reflread.hxx b/include/registry/reflread.hxx
index 541692443127..15fbe3780095 100644
--- a/include/registry/reflread.hxx
+++ b/include/registry/reflread.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _REGISTRY_REFLREAD_HXX_
-#define _REGISTRY_REFLREAD_HXX_
+#ifndef INCLUDED_REGISTRY_REFLREAD_HXX
+#define INCLUDED_REGISTRY_REFLREAD_HXX
#include <registry/regdllapi.h>
#include <registry/refltype.hxx>
diff --git a/include/registry/refltype.hxx b/include/registry/refltype.hxx
index 0de7716a9ed3..69a96a75fca4 100644
--- a/include/registry/refltype.hxx
+++ b/include/registry/refltype.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _REGISTRY_REFLTYPE_HXX_
-#define _REGISTRY_REFLTYPE_HXX_
+#ifndef INCLUDED_REGISTRY_REFLTYPE_HXX
+#define INCLUDED_REGISTRY_REFLTYPE_HXX
#include "registry/types.h"
#include <sal/types.h>
diff --git a/include/registry/reflwrit.hxx b/include/registry/reflwrit.hxx
index 8e84aa9b1483..8fa2e3668c90 100644
--- a/include/registry/reflwrit.hxx
+++ b/include/registry/reflwrit.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _REGISTRY_REFLWRIT_HXX_
-#define _REGISTRY_REFLWRIT_HXX_
+#ifndef INCLUDED_REGISTRY_REFLWRIT_HXX
+#define INCLUDED_REGISTRY_REFLWRIT_HXX
#include <registry/regdllapi.h>
#include <registry/refltype.hxx>
diff --git a/include/registry/regdllapi.h b/include/registry/regdllapi.h
index 5116a7062d24..9871cca5a380 100644
--- a/include/registry/regdllapi.h
+++ b/include/registry/regdllapi.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_REGDLLAPI_H
-#define INCLUDED_REGDLLAPI_H
+#ifndef INCLUDED_REGISTRY_REGDLLAPI_H
+#define INCLUDED_REGISTRY_REGDLLAPI_H
#include "sal/types.h"
@@ -28,6 +28,6 @@
#define REG_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
-#endif /* INCLUDED_REGDLLAPI_H */
+#endif // INCLUDED_REGISTRY_REGDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/registry/registry.h b/include/registry/registry.h
index 030e1a12a5de..9caa1331d2eb 100644
--- a/include/registry/registry.h
+++ b/include/registry/registry.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _REGISTRY_REGISTRY_H_
-#define _REGISTRY_REGISTRY_H_
+#ifndef INCLUDED_REGISTRY_REGISTRY_H
+#define INCLUDED_REGISTRY_REGISTRY_H
#include <stddef.h>
#include <rtl/ustring.h>
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index d165c594adff..0e322f37220e 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _REGISTRY_REGISTRY_HXX_
-#define _REGISTRY_REGISTRY_HXX_
+#ifndef INCLUDED_REGISTRY_REGISTRY_HXX
+#define INCLUDED_REGISTRY_REGISTRY_HXX
#include <registry/regdllapi.h>
#include <registry/regtype.h>
diff --git a/include/registry/regtype.h b/include/registry/regtype.h
index 86ddb299fb37..518821c87f46 100644
--- a/include/registry/regtype.h
+++ b/include/registry/regtype.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _REGISTRY_REGTYPE_H_
-#define _REGISTRY_REGTYPE_H_
+#ifndef INCLUDED_REGISTRY_REGTYPE_H
+#define INCLUDED_REGISTRY_REGTYPE_H
#include <sal/types.h>