diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:31:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:31:22 +0000 |
commit | daa5a5f57977c97b69fbeb57fff6fce2cbb1480b (patch) | |
tree | 6f9a3501985fb87b998c96a1268369b075758866 /slideshow/source/engine/wakeupevent.cxx | |
parent | 7b74839351bfbb943fdfb23e2600e206a16060ac (diff) |
INTEGRATION: CWS pchfix02 (1.5.50); FILE MERGED
2006/09/01 17:39:35 kaib 1.5.50.1: #i68856# Added header markers and pch files
Diffstat (limited to 'slideshow/source/engine/wakeupevent.cxx')
-rw-r--r-- | slideshow/source/engine/wakeupevent.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/slideshow/source/engine/wakeupevent.cxx b/slideshow/source/engine/wakeupevent.cxx index fd2b69bc412b..93dc758545de 100644 --- a/slideshow/source/engine/wakeupevent.cxx +++ b/slideshow/source/engine/wakeupevent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wakeupevent.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:33:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:31: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" + // must be first #include <canvas/debug.hxx> #include <canvas/verbosetrace.hxx> |