From c2034f3993ab0e6f4550f3059b3229bc319b6b56 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 3 Jun 2014 11:20:22 +0200 Subject: fixincludeguards: fix include guards Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b Reviewed-on: https://gerrit.libreoffice.org/9629 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- slideshow/source/engine/animationnodes/animationcommandnode.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'slideshow/source/engine/animationnodes/animationcommandnode.hxx') diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.hxx b/slideshow/source/engine/animationnodes/animationcommandnode.hxx index dfc309e056a9..30a89e96f47a 100644 --- a/slideshow/source/engine/animationnodes/animationcommandnode.hxx +++ b/slideshow/source/engine/animationnodes/animationcommandnode.hxx @@ -16,6 +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_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONCOMMANDNODE_HXX #define INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONCOMMANDNODE_HXX @@ -57,6 +58,6 @@ private: } // namespace internal } // namespace slideshow -#endif /* INCLUDED_SLIDESHOW_ANIMATIONAUDIONODE_HXX */ +#endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONCOMMANDNODE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit