summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/evtmethodhelper.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/comphelper/evtmethodhelper.hxx b/include/comphelper/evtmethodhelper.hxx
index 2539ea0b8441..7c900a1a8324 100644
--- a/include/comphelper/evtmethodhelper.hxx
+++ b/include/comphelper/evtmethodhelper.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 INCLUDED_COMPHELPER_EVTMETHODHELPER_HXX
-#define INCLUDED_COMPHELPER_EVTMETHODHELPER_HXX
+
+#pragma once
#include <com/sun/star/uno/Sequence.h>
#include <comphelper/comphelperdllapi.h>
@@ -29,6 +29,4 @@ namespace comphelper
} // namespace comphelper
-#endif // COMPHELPER_EVENTMEHODHELPER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */