summaryrefslogtreecommitdiff
path: root/include/animations
diff options
context:
space:
mode:
authorMarc Mondesir <timepilot3000@gmail.com>2024-09-17 16:23:57 -0700
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-09-21 08:15:19 +0200
commit44ed3d5e009ba9819bfebb4032022ea33d2622ba (patch)
tree244ccd55e4448ed86298895a3b3d412566435ca7 /include/animations
parent5b54f68599d9a9b6f4d21fd8c0cdac746ea71ecb (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.hxx5
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: */