[Libreoffice-commits] core.git: include/comphelper
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 28 15:33:39 UTC 2020
include/comphelper/evtmethodhelper.hxx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
New commits:
commit f6b828275af11f8b04a52a9ad5f44e210d4fec0b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 26 17:21:37 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Apr 28 17:32:51 2020 +0200
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 at yahoo.fr>
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: */
More information about the Libreoffice-commits
mailing list