summaryrefslogtreecommitdiff
path: root/include/comphelper/interaction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/interaction.hxx')
-rw-r--r--include/comphelper/interaction.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx
index d72cc2119c4a..68ef19dd1543 100644
--- a/include/comphelper/interaction.hxx
+++ b/include/comphelper/interaction.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COMPHELPER_INTERACTION_HXX_
-#define _COMPHELPER_INTERACTION_HXX_
+#ifndef INCLUDED_COMPHELPER_INTERACTION_HXX
+#define INCLUDED_COMPHELPER_INTERACTION_HXX
#include <comphelper/uno3.hxx>
#include <cppuhelper/implbase1.hxx>
@@ -155,7 +155,7 @@ namespace comphelper
} // namespace comphelper
//.........................................................................
-#endif // _COMPHELPER_INTERACTION_HXX_
+#endif // INCLUDED_COMPHELPER_INTERACTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */