summaryrefslogtreecommitdiff
path: root/include/unotools/eventlisteneradapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/eventlisteneradapter.hxx')
-rw-r--r--include/unotools/eventlisteneradapter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/eventlisteneradapter.hxx b/include/unotools/eventlisteneradapter.hxx
index 89fe74782e34..138b4f5fb86e 100644
--- a/include/unotools/eventlisteneradapter.hxx
+++ b/include/unotools/eventlisteneradapter.hxx
@@ -18,8 +18,8 @@
*/
#include "unotools/unotoolsdllapi.h"
-#ifndef _UNOTOOLS_EVENTLISTENERADAPTER_HXX_
-#define _UNOTOOLS_EVENTLISTENERADAPTER_HXX_
+#ifndef INCLUDED_UNOTOOLS_EVENTLISTENERADAPTER_HXX
+#define INCLUDED_UNOTOOLS_EVENTLISTENERADAPTER_HXX
#include <com/sun/star/lang/XComponent.hpp>
//.........................................................................
@@ -59,6 +59,6 @@ namespace utl
} // namespace utl
//.........................................................................
-#endif // _UNOTOOLS_EVENTLISTENERADAPTER_HXX_
+#endif // INCLUDED_UNOTOOLS_EVENTLISTENERADAPTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */