starmath/inc/action.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 1e195878066f49bd78765e9a05081c496b770525 Author: ViKrAm-Baisclear <vikrambai...@gmail.com> AuthorDate: Mon Jan 11 15:05:50 2021 +0530 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Sun Feb 7 12:44:12 2021 +0100 tdf#124176 used pragma once instead of include guards Change-Id: Idf57df70ac895915959e8d35e493c0e8b8db137f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109080 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/starmath/inc/action.hxx b/starmath/inc/action.hxx index 8f98d12cf2a4..d1d61f8b17b2 100644 --- a/starmath/inc/action.hxx +++ b/starmath/inc/action.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_STARMATH_INC_ACTION_HXX -#define INCLUDED_STARMATH_INC_ACTION_HXX +#pragma once #include <svl/undo.hxx> #include "format.hxx" @@ -39,6 +38,4 @@ public: virtual OUString GetComment() const override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits