diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:36:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:36:50 +0000 |
commit | f6c13e5378e674daa65efb7beea85ef976b49ed5 (patch) | |
tree | 04e5adb222c639f14d5c369bf6937eaf76556222 /slideshow/source/engine/animationnodes/paralleltimecontainer.cxx | |
parent | a9d6bfb6a7e12b7c4be4ff2d7c210317e59c36ba (diff) |
INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED
2006/09/01 17:39:39 kaib 1.6.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'slideshow/source/engine/animationnodes/paralleltimecontainer.cxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/paralleltimecontainer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx b/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx index f8fada7a576e..e33388aaf318 100644 --- a/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx +++ b/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: paralleltimecontainer.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2006-07-26 07:36:02 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:36:22 $ * * 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" + #include "paralleltimecontainer.hxx" #include "delayevent.hxx" #include "boost/bind.hpp" |