summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-26 17:21:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-28 17:32:51 +0200
commitf6b828275af11f8b04a52a9ad5f44e210d4fec0b (patch)
tree694ddce786aaff61cac2ca2ed9dc78081e8da586 /include
parent42f1a7122745334974ad5de0e7277f584de13038 (diff)
tdf#124176: Use pragma once instead of include guards
Started to fix typo, eventually #pragma Change-Id: If79b618db5fd50bc8220927ba1866259b203860d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92935 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-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: */