diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx index 545e54980434..b85f0164c91c 100644 --- a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx +++ b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx @@ -8,7 +8,7 @@ * * $RCSfile: SlsBitmapFactory.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -28,6 +28,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" #include "SlsBitmapFactory.hxx" @@ -76,3 +78,6 @@ BitmapFactory::~BitmapFactory (void) } } } // end of namespace ::sd::slidesorter::cache + + + diff --git a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx index da4152d153cc..04a00fe1dc1d 100644 --- a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx +++ b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx @@ -8,7 +8,7 @@ * * $RCSfile: SlsGenericPageCache.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -28,6 +28,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" #include "SlsGenericPageCache.hxx" @@ -323,3 +325,6 @@ void GenericPageCache::Resume (void) } } } // end of namespace ::sd::slidesorter::cache + + + diff --git a/sd/source/ui/slidesorter/cache/SlsIdleDetector.cxx b/sd/source/ui/slidesorter/cache/SlsIdleDetector.cxx index cfd73a2d20e2..0ad003f78c1b 100644 --- a/sd/source/ui/slidesorter/cache/SlsIdleDetector.cxx +++ b/sd/source/ui/slidesorter/cache/SlsIdleDetector.cxx @@ -8,7 +8,7 @@ * * $RCSfile: SlsIdleDetector.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -28,6 +28,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" #include "SlsIdleDetector.hxx" @@ -61,3 +63,6 @@ bool IdleDetector::operator() (void) } } } // end of namespace ::sd::slidesorter::cache + + + diff --git a/sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx b/sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx index b3f32a5e8e07..2d71ff0b3033 100644 --- a/sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx +++ b/sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx @@ -8,7 +8,7 @@ * * $RCSfile: SlsRequestFactory.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -28,6 +28,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" #include "SlsRequestFactory.hxx" @@ -73,3 +75,6 @@ void RequestFactory::operator()( } } } // end of namespace ::sd::slidesorter::cache + + +