sw/source/uibase/inc/conform.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 151bd3cdeaee78ac94e5e349a71aacefcf8f41b6 Author: Gökhan Özeloğlu <[email protected]> AuthorDate: Sun Nov 22 07:07:37 2020 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sun Nov 22 09:24:10 2020 +0100 tdf#124176: Use pragma once instead of include guards Change-Id: I6ec0bb025e715b34a7c0ba80875de23c5eb418b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106332 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/uibase/inc/conform.hxx b/sw/source/uibase/inc/conform.hxx index 449594c2c75c..ec6860d4fee2 100644 --- a/sw/source/uibase/inc/conform.hxx +++ b/sw/source/uibase/inc/conform.hxx @@ -16,8 +16,7 @@ * 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_CONFORM_HXX -#define INCLUDED_SW_SOURCE_UIBASE_INC_CONFORM_HXX +#pragma once #include "drawbase.hxx" @@ -36,6 +35,4 @@ public: virtual void CreateDefaultObject() override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
