[Libreoffice-commits] core.git: sw/source
Bayram Ãiçek (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 24 08:28:24 UTC 2020
sw/source/core/inc/unobookmark.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 6a905223b6caefeace9c5037974462e0b94546f4
Author: Bayram Çiçek <mail at bayramcicek.com.tr>
AuthorDate: Mon Nov 23 19:17:44 2020 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 24 09:27:40 2020 +0100
tdf#124176: Use pragma once instead of include guards
Change-Id: I49acd246a9675a0749e056178dec43d0d73c488e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106450
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/inc/unobookmark.hxx b/sw/source/core/inc/unobookmark.hxx
index 8ebbc373008f..05de670cff09 100644
--- a/sw/source/core/inc/unobookmark.hxx
+++ b/sw/source/core/inc/unobookmark.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_SOURCE_CORE_INC_UNOBOOKMARK_HXX
-#define INCLUDED_SW_SOURCE_CORE_INC_UNOBOOKMARK_HXX
+#pragma once
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -241,6 +240,4 @@ public:
};
-#endif // INCLUDED_SW_SOURCE_CORE_INC_UNOBOOKMARK_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list