summaryrefslogtreecommitdiff
path: root/include/comphelper/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/types.hxx')
-rw-r--r--include/comphelper/types.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/types.hxx b/include/comphelper/types.hxx
index f9a1506e88c6..8125f818c3d7 100644
--- a/include/comphelper/types.hxx
+++ b/include/comphelper/types.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COMPHELPER_TYPES_HXX_
-#define _COMPHELPER_TYPES_HXX_
+#ifndef INCLUDED_COMPHELPER_TYPES_HXX
+#define INCLUDED_COMPHELPER_TYPES_HXX
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx>
@@ -169,6 +169,6 @@ namespace comphelper
} // namespace comphelper
//.........................................................................
-#endif // _COMPHELPER_TYPES_HXX_
+#endif // INCLUDED_COMPHELPER_TYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */