diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-30 21:34:21 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-01 16:08:25 +0000 |
commit | 8f0160a10dd2a5746c531040ffbf638e356f6d5d (patch) | |
tree | 434f81329f349b1819afcfc28f758610673392e4 /slideshow | |
parent | f3e1f476e9cffb75d0620ab2dcfdc1ea077cd9d3 (diff) |
fdo#68849: Add header guards to all include files
Added header guards to files in directories sc/, sd/, slideshow/, and solenv/
Change-Id: Ib4577761644fe72f5ddb3c5060e629bf94d6e6e2
Reviewed-on: https://gerrit.libreoffice.org/9583
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/slide/targetpropertiescreator.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/slideshow/source/engine/slide/targetpropertiescreator.hxx b/slideshow/source/engine/slide/targetpropertiescreator.hxx index 6c6bef6fad4c..60c2268e9c2d 100644 --- a/slideshow/source/engine/slide/targetpropertiescreator.hxx +++ b/slideshow/source/engine/slide/targetpropertiescreator.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_TARGETPROPERTIESCREATOR_HXX +#define INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_TARGETPROPERTIESCREATOR_HXX + #include <com/sun/star/animations/TargetProperties.hpp> #include <comphelper/broadcasthelper.hxx> @@ -44,4 +47,6 @@ namespace slideshow } // namespace internal } // namespace slideshow +#endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_TARGETPROPERTIESCREATOR_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |