sw/source/uibase/inc/wlistsh.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
New commits: commit c3c9c0505509d69501ed835e97418b82e64bdfab Author: Bartu Bayazıt <[email protected]> AuthorDate: Sat Nov 21 12:22:42 2020 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
