summaryrefslogtreecommitdiff
path: root/include/cppu
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:17:00 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:30 +0200
commit0bd7f12d41567842b1e31514e1d84340d90f5b42 (patch)
treed1140425ddbb62c4cf71634f2813f7e5dd7d88cb /include/cppu
parentf20eef009438883ebc205c9cce3e4bac87256f29 (diff)
fixincludeguards.sh: include/c*
Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
Diffstat (limited to 'include/cppu')
-rw-r--r--include/cppu/cppudllapi.h6
-rw-r--r--include/cppu/macros.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/include/cppu/cppudllapi.h b/include/cppu/cppudllapi.h
index ee37e1b1c399..c2bcc559bbea 100644
--- a/include/cppu/cppudllapi.h
+++ b/include/cppu/cppudllapi.h
@@ -1,6 +1,6 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-#ifndef INCLUDED_CPPUDLLAPI_H
-#define INCLUDED_CPPUDLLAPI_H
+#ifndef INCLUDED_CPPU_CPPUDLLAPI_H
+#define INCLUDED_CPPU_CPPUDLLAPI_H
#include "sal/types.h"
@@ -16,6 +16,6 @@
#define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
-#endif /* INCLUDED_CPPUDLLAPI_H */
+#endif // INCLUDED_CPPU_CPPUDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/cppu/macros.hxx b/include/cppu/macros.hxx
index ecaa1470893b..86c2b1ead9ba 100644
--- a/include/cppu/macros.hxx
+++ b/include/cppu/macros.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 _CPPU_MACROS_HXX_
-#define _CPPU_MACROS_HXX_
+#ifndef INCLUDED_CPPU_MACROS_HXX
+#define INCLUDED_CPPU_MACROS_HXX
#include <sal/types.h>
#include <uno/lbnames.h>
@@ -53,6 +53,6 @@
/// @endcond
-#endif // _CPPU_MACROS_HXX_
+#endif // INCLUDED_CPPU_MACROS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */