summaryrefslogtreecommitdiffstats
path: root/include/comphelper/uno3.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/uno3.hxx')
-rw-r--r--include/comphelper/uno3.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/uno3.hxx b/include/comphelper/uno3.hxx
index 1b83c73f4f25..7cf2ef8a6847 100644
--- a/include/comphelper/uno3.hxx
+++ b/include/comphelper/uno3.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COMPHELPER_UNO3_HXX_
-#define _COMPHELPER_UNO3_HXX_
+#ifndef INCLUDED_COMPHELPER_UNO3_HXX
+#define INCLUDED_COMPHELPER_UNO3_HXX
#include <osl/interlck.h>
#include <rtl/instance.hxx>
@@ -270,6 +270,6 @@ namespace comphelper
} // namespace comphelper
//.........................................................................
-#endif // _COMPHELPER_UNO3_HXX_
+#endif // INCLUDED_COMPHELPER_UNO3_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */