diff options
author | Marc Mondesir <timepilot3000@gmail.com> | 2024-09-17 16:23:57 -0700 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-09-21 08:15:19 +0200 |
commit | 44ed3d5e009ba9819bfebb4032022ea33d2622ba (patch) | |
tree | 244ccd55e4448ed86298895a3b3d412566435ca7 /include/animations | |
parent | 5b54f68599d9a9b6f4d21fd8c0cdac746ea71ecb (diff) |
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.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'include/animations')
-rw-r--r-- | include/animations/animationnodehelper.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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: */ |