[Libreoffice-commits] core.git: sw/source
Bartu Bayazıt (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 22 07:51:45 UTC 2020
sw/source/uibase/inc/wlistsh.hxx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
New commits:
commit c3c9c0505509d69501ed835e97418b82e64bdfab
Author: Bartu Bayazıt <bartubayazit81 at gmail.com>
AuthorDate: Sat Nov 21 12:22:42 2020 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Nov 22 08:51:05 2020 +0100
tdf#124176: Use pragma once, instead of include guards
Change-Id: Ie955db5e8410ee4c7cfdb6bfb75b5a3aaa61784f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106311
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/uibase/inc/wlistsh.hxx b/sw/source/uibase/inc/wlistsh.hxx
index be6ca6310996..de6e8d5c28a3 100644
--- a/sw/source/uibase/inc/wlistsh.hxx
+++ b/sw/source/uibase/inc/wlistsh.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_SW_SOURCE_UIBASE_INC_WLISTSH_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_WLISTSH_HXX
+
+#pragma once
#include "listsh.hxx"
@@ -35,6 +35,4 @@ public:
virtual ~SwWebListShell() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list