summaryrefslogtreecommitdiff
path: root/include/uno
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:16:30 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:30 +0200
commitf20eef009438883ebc205c9cce3e4bac87256f29 (patch)
tree32389f88c3f799bda3dae69c2b870041707f3492 /include/uno
parent4e0670b763c19bf369db56d03dc5add669c21ac5 (diff)
fixincludeguards.sh: include/u*
Change-Id: I8a07ccb309490206a2edd36f2fe4d0e2c0982ea2
Diffstat (limited to 'include/uno')
-rw-r--r--include/uno/any2.h4
-rw-r--r--include/uno/current_context.h4
-rw-r--r--include/uno/current_context.hxx4
-rw-r--r--include/uno/data.h4
-rw-r--r--include/uno/dispatcher.h4
-rw-r--r--include/uno/environment.h4
-rw-r--r--include/uno/environment.hxx4
-rw-r--r--include/uno/lbnames.h4
-rw-r--r--include/uno/mapping.h4
-rw-r--r--include/uno/mapping.hxx4
-rw-r--r--include/uno/sequence2.h4
11 files changed, 22 insertions, 22 deletions
diff --git a/include/uno/any2.h b/include/uno/any2.h
index e18087a165e5..49a0d35e4c8b 100644
--- a/include/uno/any2.h
+++ b/include/uno/any2.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 _UNO_ANY2_H_
-#define _UNO_ANY2_H_
+#ifndef INCLUDED_UNO_ANY2_H
+#define INCLUDED_UNO_ANY2_H
#include <cppu/cppudllapi.h>
#include <uno/data.h>
diff --git a/include/uno/current_context.h b/include/uno/current_context.h
index 18adfe84b45e..7dbb41452888 100644
--- a/include/uno/current_context.h
+++ b/include/uno/current_context.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 _UNO_CURRENT_CONTEXT_H_
-#define _UNO_CURRENT_CONTEXT_H_
+#ifndef INCLUDED_UNO_CURRENT_CONTEXT_H
+#define INCLUDED_UNO_CURRENT_CONTEXT_H
#include <cppu/cppudllapi.h>
#include <rtl/ustring.h>
diff --git a/include/uno/current_context.hxx b/include/uno/current_context.hxx
index dbade9c04cca..3019006e4e33 100644
--- a/include/uno/current_context.hxx
+++ b/include/uno/current_context.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 _UNO_CURRENT_CONTEXT_HXX_
-#define _UNO_CURRENT_CONTEXT_HXX_
+#ifndef INCLUDED_UNO_CURRENT_CONTEXT_HXX
+#define INCLUDED_UNO_CURRENT_CONTEXT_HXX
#include <uno/current_context.h>
diff --git a/include/uno/data.h b/include/uno/data.h
index 9454ba9012d5..ea3ab5f3b277 100644
--- a/include/uno/data.h
+++ b/include/uno/data.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 _UNO_DATA_H_
-#define _UNO_DATA_H_
+#ifndef INCLUDED_UNO_DATA_H
+#define INCLUDED_UNO_DATA_H
#include <cppu/cppudllapi.h>
diff --git a/include/uno/dispatcher.h b/include/uno/dispatcher.h
index 4008f7c1e360..058ad964ccf7 100644
--- a/include/uno/dispatcher.h
+++ b/include/uno/dispatcher.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 _UNO_DISPATCHER_H_
-#define _UNO_DISPATCHER_H_
+#ifndef INCLUDED_UNO_DISPATCHER_H
+#define INCLUDED_UNO_DISPATCHER_H
#include <sal/types.h>
#include <rtl/ustring.h>
diff --git a/include/uno/environment.h b/include/uno/environment.h
index 35933ef956f5..f9ab4e68cae9 100644
--- a/include/uno/environment.h
+++ b/include/uno/environment.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 _UNO_ENVIRONMENT_H_
-#define _UNO_ENVIRONMENT_H_
+#ifndef INCLUDED_UNO_ENVIRONMENT_H
+#define INCLUDED_UNO_ENVIRONMENT_H
#include <cppu/cppudllapi.h>
#include <rtl/ustring.h>
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index 272a069d331f..48c28504a5cd 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.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 _UNO_ENVIRONMENT_HXX_
-#define _UNO_ENVIRONMENT_HXX_
+#ifndef INCLUDED_UNO_ENVIRONMENT_HXX
+#define INCLUDED_UNO_ENVIRONMENT_HXX
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
diff --git a/include/uno/lbnames.h b/include/uno/lbnames.h
index dcae196ece60..bc2afa6cccbd 100644
--- a/include/uno/lbnames.h
+++ b/include/uno/lbnames.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 _UNO_LBNAMES_H_
-#define _UNO_LBNAMES_H_
+#ifndef INCLUDED_UNO_LBNAMES_H
+#define INCLUDED_UNO_LBNAMES_H
/* I assume "LB" means "Language Binding" */
diff --git a/include/uno/mapping.h b/include/uno/mapping.h
index fd6c4527c058..7673514e0a2d 100644
--- a/include/uno/mapping.h
+++ b/include/uno/mapping.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 _UNO_MAPPING_H_
-#define _UNO_MAPPING_H_
+#ifndef INCLUDED_UNO_MAPPING_H
+#define INCLUDED_UNO_MAPPING_H
#include <cppu/cppudllapi.h>
#include <rtl/ustring.h>
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index 4c9d4e9c694e..7d3bf396d1df 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.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 _UNO_MAPPING_HXX_
-#define _UNO_MAPPING_HXX_
+#ifndef INCLUDED_UNO_MAPPING_HXX
+#define INCLUDED_UNO_MAPPING_HXX
#include <cppu/macros.hxx>
#include <rtl/alloc.h>
diff --git a/include/uno/sequence2.h b/include/uno/sequence2.h
index 304eefc9f746..42208f0f8bab 100644
--- a/include/uno/sequence2.h
+++ b/include/uno/sequence2.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 _UNO_SEQUENCE2_H_
-#define _UNO_SEQUENCE2_H_
+#ifndef INCLUDED_UNO_SEQUENCE2_H
+#define INCLUDED_UNO_SEQUENCE2_H
#include <cppu/cppudllapi.h>
#include <uno/data.h>