sw/source/uibase/lingu/sdrhhcwrap.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 49890bfe62694ec9ed10204e9874512daf6b4620 Author: lastirembender <[email protected]> AuthorDate: Sat Nov 21 14:51:38 2020 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon Nov 23 18:57:33 2020 +0100 tdf#124176: Use pragma once instead of include guards Change-Id: Idd8dda6abecdb04356dd00d7dabcc6ff6bd85208 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106318 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/uibase/lingu/sdrhhcwrap.hxx b/sw/source/uibase/lingu/sdrhhcwrap.hxx index 133e47cc9200..acef5a4239f0 100644 --- a/sw/source/uibase/lingu/sdrhhcwrap.hxx +++ b/sw/source/uibase/lingu/sdrhhcwrap.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_LINGU_SDRHHCWRAP_HXX -#define INCLUDED_SW_SOURCE_UIBASE_LINGU_SDRHHCWRAP_HXX +#pragma once #include <svx/svdoutl.hxx> @@ -51,6 +50,4 @@ public: void StartTextConversion(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
