include/animations/animationnodehelper.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 44ed3d5e009ba9819bfebb4032022ea33d2622ba Author: Marc Mondesir <timepilot3...@gmail.com> AuthorDate: Tue Sep 17 16:23:57 2024 -0700 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Sat Sep 21 08:15:19 2024 +0200 tdf#143148 Use pragma once in animationnodehelper.hxx Change-Id: Ic9ecff62285292c45af5b6965b10686bf36b68bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173688 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/include/animations/animationnodehelper.hxx b/include/animations/animationnodehelper.hxx index eee41cd282be..cb6b6b74f67f 100644 --- a/include/animations/animationnodehelper.hxx +++ b/include/animations/animationnodehelper.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_ANIMATIONS_ANIMATIONNODEHELPER_HXX -#define INCLUDED_ANIMATIONS_ANIMATIONNODEHELPER_HXX +#pragma once #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/animations/XAnimationNode.hpp> @@ -73,6 +72,4 @@ namespace anim } } -#endif /* INCLUDED_ANIMATIONS_ANIMATIONNODEHELPER_HXX */ - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */