summaryrefslogtreecommitdiff
path: root/include/cppu/macros.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppu/macros.hxx')
-rw-r--r--include/cppu/macros.hxx6
1 files changed, 3 insertions, 3 deletions
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: */