From 8fc6905674142c226a117a97a08cf0b24c9d4fc1 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 21 Oct 2013 05:42:51 +0200 Subject: fdo#68849 add some header guards Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- animations/source/animcore/factreg.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'animations') diff --git a/animations/source/animcore/factreg.hxx b/animations/source/animcore/factreg.hxx index c95ef38c904a..a6ede62668dc 100644 --- a/animations/source/animcore/factreg.hxx +++ b/animations/source/animcore/factreg.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef _INCLUDED_ANIMCORE_FACTREG_HXX_ +#define _INCLUDED_ANIMCORE_FACTREG_HXX_ + namespace animcore { #define DECL_NODE_FACTORY(N)\ @@ -39,4 +42,6 @@ DECL_NODE_FACTORY( TargetPropertiesCreator ); } +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit