diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:34:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:34:20 +0000 |
commit | 1942e1ec9e73521d2cfb62e6d8689f7295ce321e (patch) | |
tree | 79015adb1deab931040c8b074d4b75bc4dbd330e /slideshow | |
parent | 344422336071ed4c0e8e299f2cd169810586dbe7 (diff) |
INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED
2006/09/01 17:39:37 kaib 1.4.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationcolornode.cxx | 7 | ||||
-rw-r--r-- | slideshow/source/engine/animationnodes/animationpathmotionnode.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/animationcolornode.cxx b/slideshow/source/engine/animationnodes/animationcolornode.cxx index 38223112a55e..771cb73a53c7 100644 --- a/slideshow/source/engine/animationnodes/animationcolornode.cxx +++ b/slideshow/source/engine/animationnodes/animationcolornode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: animationcolornode.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2006-07-26 07:30:31 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:33:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_slideshow.hxx" + // must be first #include "canvas/debug.hxx" #include "canvas/verbosetrace.hxx" diff --git a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx index 0eaa6245ddd6..fc8827884a64 100644 --- a/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx +++ b/slideshow/source/engine/animationnodes/animationpathmotionnode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: animationpathmotionnode.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2006-07-26 07:32:07 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:34:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_slideshow.hxx" + // must be first #include "canvas/debug.hxx" #include "canvas/verbosetrace.hxx" |