diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-29 09:11:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-29 09:11:21 +0000 |
commit | 7fdbe1dd5f6e42818b34390c379220dd67e42314 (patch) | |
tree | 7cd79f4993dfe1640a0478f6aaa0711d279dea26 /sdext/source | |
parent | d7d9449adf43249c1adcd395e17cd90be9c558f6 (diff) |
#i10000# Missing precompiled header directive added.
Diffstat (limited to 'sdext/source')
53 files changed, 226 insertions, 54 deletions
diff --git a/sdext/source/minimizer/aboutdialog.cxx b/sdext/source/minimizer/aboutdialog.cxx index 3582f01f146b..2f9e83cd3f6a 100644 --- a/sdext/source/minimizer/aboutdialog.cxx +++ b/sdext/source/minimizer/aboutdialog.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: aboutdialog.cxx,v $ - * $Revision: 1.7 $ + * + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "aboutdialog.hxx" #include "optimizationstats.hxx" #include "fileopendialog.hxx" diff --git a/sdext/source/minimizer/configurationaccess.cxx b/sdext/source/minimizer/configurationaccess.cxx index e5758af5c27f..357f908c7312 100644 --- a/sdext/source/minimizer/configurationaccess.cxx +++ b/sdext/source/minimizer/configurationaccess.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: configurationaccess.cxx,v $ - * $Revision: 1.6 $ + * + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "configurationaccess.hxx" #include <comphelper/processfactory.hxx> #include <com/sun/star/frame/XComponentLoader.hpp> diff --git a/sdext/source/minimizer/fileopendialog.cxx b/sdext/source/minimizer/fileopendialog.cxx index 919ff5675773..0461bd86cdc8 100644 --- a/sdext/source/minimizer/fileopendialog.cxx +++ b/sdext/source/minimizer/fileopendialog.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fileopendialog.cxx,v $ - * $Revision: 1.3 $ + * + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "fileopendialog.hxx" #include <sal/types.h> #include "pppoptimizertoken.hxx" diff --git a/sdext/source/minimizer/graphiccollector.cxx b/sdext/source/minimizer/graphiccollector.cxx index fada4caf90f3..94c824a56951 100644 --- a/sdext/source/minimizer/graphiccollector.cxx +++ b/sdext/source/minimizer/graphiccollector.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: graphiccollector.cxx,v $ - * $Revision: 1.4 $ + * + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "graphiccollector.hxx" #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/frame/XFramesSupplier.hpp> diff --git a/sdext/source/minimizer/impoptimizer.cxx b/sdext/source/minimizer/impoptimizer.cxx index 1c652e9ced5f..a72867bda5f8 100644 --- a/sdext/source/minimizer/impoptimizer.cxx +++ b/sdext/source/minimizer/impoptimizer.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: impoptimizer.cxx,v $ - * $Revision: 1.12 $ + * + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "impoptimizer.hxx" #include "pppoptimizer.hxx" #include "graphiccollector.hxx" diff --git a/sdext/source/minimizer/informationdialog.cxx b/sdext/source/minimizer/informationdialog.cxx index a9dee2834bfa..b3b0e21ac13e 100644 --- a/sdext/source/minimizer/informationdialog.cxx +++ b/sdext/source/minimizer/informationdialog.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: informationdialog.cxx,v $ - * $Revision: 1.8 $ + * + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "informationdialog.hxx" #include "optimizationstats.hxx" #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> diff --git a/sdext/source/minimizer/optimizationstats.cxx b/sdext/source/minimizer/optimizationstats.cxx index ab8242d893a0..9358f8010bcf 100644 --- a/sdext/source/minimizer/optimizationstats.cxx +++ b/sdext/source/minimizer/optimizationstats.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: optimizationstats.cxx,v $ - * $Revision: 1.2 $ + * + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "optimizationstats.hxx" #include <com/sun/star/awt/Size.hpp> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/sdext/source/minimizer/optimizerdialog.cxx b/sdext/source/minimizer/optimizerdialog.cxx index e2e171ea975c..eac4d6bd27bb 100644 --- a/sdext/source/minimizer/optimizerdialog.cxx +++ b/sdext/source/minimizer/optimizerdialog.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: optimizerdialog.cxx,v $ - * $Revision: 1.10 $ + * + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "optimizerdialog.hxx" #include "fileopendialog.hxx" #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> diff --git a/sdext/source/minimizer/optimizerdialogcontrols.cxx b/sdext/source/minimizer/optimizerdialogcontrols.cxx index d48c895b989f..7a39bf1c1dc6 100644 --- a/sdext/source/minimizer/optimizerdialogcontrols.cxx +++ b/sdext/source/minimizer/optimizerdialogcontrols.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: optimizerdialogcontrols.cxx,v $ - * $Revision: 1.13 $ + * + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "optimizerdialog.hxx" // ------------------- diff --git a/sdext/source/minimizer/pagecollector.cxx b/sdext/source/minimizer/pagecollector.cxx index 5b41b6a41fb7..e40da22afa0a 100644 --- a/sdext/source/minimizer/pagecollector.cxx +++ b/sdext/source/minimizer/pagecollector.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pagecollector.cxx,v $ - * $Revision: 1.3 $ + * + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "pagecollector.hxx" #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/presentation/XPresentationPage.hpp> diff --git a/sdext/source/minimizer/pppoptimizer.cxx b/sdext/source/minimizer/pppoptimizer.cxx index 873efbb97e2a..5bc80399ff3d 100644 --- a/sdext/source/minimizer/pppoptimizer.cxx +++ b/sdext/source/minimizer/pppoptimizer.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pppoptimizer.cxx,v $ - * $Revision: 1.2 $ + * + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "pppoptimizer.hxx" #include "impoptimizer.hxx" #include <osl/file.hxx> diff --git a/sdext/source/minimizer/pppoptimizerdialog.cxx b/sdext/source/minimizer/pppoptimizerdialog.cxx index ad90ccfb8afb..802815681ca0 100644 --- a/sdext/source/minimizer/pppoptimizerdialog.cxx +++ b/sdext/source/minimizer/pppoptimizerdialog.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pppoptimizerdialog.cxx,v $ - * $Revision: 1.3 $ + * + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "pppoptimizerdialog.hxx" #include "optimizerdialog.hxx" #include "aboutdialog.hxx" diff --git a/sdext/source/minimizer/pppoptimizertoken.cxx b/sdext/source/minimizer/pppoptimizertoken.cxx index 5e2232c44d4d..d9fc6086cacd 100644 --- a/sdext/source/minimizer/pppoptimizertoken.cxx +++ b/sdext/source/minimizer/pppoptimizertoken.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pppoptimizertoken.cxx,v $ - * $Revision: 1.10 $ + * + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "pppoptimizertoken.hxx" #include <osl/mutex.hxx> #include <hash_map> diff --git a/sdext/source/minimizer/pppoptimizeruno.cxx b/sdext/source/minimizer/pppoptimizeruno.cxx index 4ac42f09d1ac..5a78ef428d65 100644 --- a/sdext/source/minimizer/pppoptimizeruno.cxx +++ b/sdext/source/minimizer/pppoptimizeruno.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pppoptimizeruno.cxx,v $ - * $Revision: 1.2 $ + * + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include <stdio.h> #include <osl/mutex.hxx> #include <osl/thread.h> diff --git a/sdext/source/minimizer/unodialog.cxx b/sdext/source/minimizer/unodialog.cxx index 1f2701770fa3..00a697f9625d 100644 --- a/sdext/source/minimizer/unodialog.cxx +++ b/sdext/source/minimizer/unodialog.cxx @@ -7,7 +7,8 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unodialog.cxx,v $ - * $Revision: 1.6 $ + * + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -28,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "unodialog.hxx" #include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/sdext/source/presenter/PresenterAnimation.cxx b/sdext/source/presenter/PresenterAnimation.cxx index dd405cb7cd9d..1e84c7b9b3c3 100644 --- a/sdext/source/presenter/PresenterAnimation.cxx +++ b/sdext/source/presenter/PresenterAnimation.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterAnimation.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterAnimation.hxx" #include <osl/time.h> diff --git a/sdext/source/presenter/PresenterAnimator.cxx b/sdext/source/presenter/PresenterAnimator.cxx index b4fc64bc416c..c730edaa57d6 100644 --- a/sdext/source/presenter/PresenterAnimator.cxx +++ b/sdext/source/presenter/PresenterAnimator.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterAnimator.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterAnimator.hxx" #include "PresenterTimer.hxx" diff --git a/sdext/source/presenter/PresenterBitmapContainer.cxx b/sdext/source/presenter/PresenterBitmapContainer.cxx index a1c7a34cc5ba..97748aed7ad4 100644 --- a/sdext/source/presenter/PresenterBitmapContainer.cxx +++ b/sdext/source/presenter/PresenterBitmapContainer.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterBitmapContainer.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterBitmapContainer.hxx" #include "PresenterComponent.hxx" #include "PresenterConfigurationAccess.hxx" diff --git a/sdext/source/presenter/PresenterButton.cxx b/sdext/source/presenter/PresenterButton.cxx index 5d1ccad945ff..e9683c472405 100644 --- a/sdext/source/presenter/PresenterButton.cxx +++ b/sdext/source/presenter/PresenterButton.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterButton.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterButton.hxx" #include "PresenterCanvasHelper.hxx" #include "PresenterController.hxx" diff --git a/sdext/source/presenter/PresenterCanvasHelper.cxx b/sdext/source/presenter/PresenterCanvasHelper.cxx index d6cc9cd4ace9..2915aae42ada 100644 --- a/sdext/source/presenter/PresenterCanvasHelper.cxx +++ b/sdext/source/presenter/PresenterCanvasHelper.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterCanvasHelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterCanvasHelper.hxx" #include "PresenterController.hxx" diff --git a/sdext/source/presenter/PresenterClock.cxx b/sdext/source/presenter/PresenterClock.cxx index 7f5de9fb4156..ded91201e09c 100644 --- a/sdext/source/presenter/PresenterClock.cxx +++ b/sdext/source/presenter/PresenterClock.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterClock.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterClock.hxx" #include "PresenterComponent.hxx" #include "PresenterConfigurationAccess.hxx" diff --git a/sdext/source/presenter/PresenterComponent.cxx b/sdext/source/presenter/PresenterComponent.cxx index 06320f7dc7ac..2a6fb433f102 100644 --- a/sdext/source/presenter/PresenterComponent.cxx +++ b/sdext/source/presenter/PresenterComponent.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterComponent.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterComponent.hxx" #include "cppuhelper/factory.hxx" #include "cppuhelper/implementationentry.hxx" diff --git a/sdext/source/presenter/PresenterConfigurationAccess.cxx b/sdext/source/presenter/PresenterConfigurationAccess.cxx index 7909d39e14e7..c3a1fed30f3a 100644 --- a/sdext/source/presenter/PresenterConfigurationAccess.cxx +++ b/sdext/source/presenter/PresenterConfigurationAccess.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterConfigurationAccess.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterConfigurationAccess.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/sdext/source/presenter/PresenterControlCreator.cxx b/sdext/source/presenter/PresenterControlCreator.cxx index a91453e8ced3..4050d5dca605 100644 --- a/sdext/source/presenter/PresenterControlCreator.cxx +++ b/sdext/source/presenter/PresenterControlCreator.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterControlCreator.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterControlCreator.hxx" #include "PresenterHelper.hxx" #include <com/sun/star/awt/FontDescriptor.hpp> diff --git a/sdext/source/presenter/PresenterController.cxx b/sdext/source/presenter/PresenterController.cxx index cd57bb33851e..f4d34c660738 100644 --- a/sdext/source/presenter/PresenterController.cxx +++ b/sdext/source/presenter/PresenterController.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterController.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterController.hxx" #include "PresenterAnimator.hxx" diff --git a/sdext/source/presenter/PresenterCurrentSlideObserver.cxx b/sdext/source/presenter/PresenterCurrentSlideObserver.cxx index 01455f4b60ae..7776cffb0f09 100644 --- a/sdext/source/presenter/PresenterCurrentSlideObserver.cxx +++ b/sdext/source/presenter/PresenterCurrentSlideObserver.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterCurrentSlideObserver.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterCurrentSlideObserver.hxx" using namespace ::com::sun::star; diff --git a/sdext/source/presenter/PresenterFrameworkObserver.cxx b/sdext/source/presenter/PresenterFrameworkObserver.cxx index d773316da53a..6dffa2d012ac 100644 --- a/sdext/source/presenter/PresenterFrameworkObserver.cxx +++ b/sdext/source/presenter/PresenterFrameworkObserver.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterFrameworkObserver.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterFrameworkObserver.hxx" #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <boost/bind.hpp> diff --git a/sdext/source/presenter/PresenterGeometryHelper.cxx b/sdext/source/presenter/PresenterGeometryHelper.cxx index f45d4b44d1a7..e6427ab4175a 100644 --- a/sdext/source/presenter/PresenterGeometryHelper.cxx +++ b/sdext/source/presenter/PresenterGeometryHelper.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterGeometryHelper.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterGeometryHelper.hxx" #include <math.h> diff --git a/sdext/source/presenter/PresenterHelpView.cxx b/sdext/source/presenter/PresenterHelpView.cxx index 3d3748fd62d2..16f746cbdc1d 100644 --- a/sdext/source/presenter/PresenterHelpView.cxx +++ b/sdext/source/presenter/PresenterHelpView.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterHelpView.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterHelpView.hxx" #include "PresenterButton.hxx" #include "PresenterCanvasHelper.hxx" diff --git a/sdext/source/presenter/PresenterHelper.cxx b/sdext/source/presenter/PresenterHelper.cxx index dbeb7bf6c1d3..57f055534075 100644 --- a/sdext/source/presenter/PresenterHelper.cxx +++ b/sdext/source/presenter/PresenterHelper.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterHelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterHelper.hxx" #include <com/sun/star/graphic/XGraphicProvider.hpp> diff --git a/sdext/source/presenter/PresenterNotesView.cxx b/sdext/source/presenter/PresenterNotesView.cxx index c145fa36cef8..83bfcf6e14bb 100644 --- a/sdext/source/presenter/PresenterNotesView.cxx +++ b/sdext/source/presenter/PresenterNotesView.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterNotesView.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterNotesView.hxx" #include "PresenterButton.hxx" #include "PresenterCanvasHelper.hxx" diff --git a/sdext/source/presenter/PresenterPaintManager.cxx b/sdext/source/presenter/PresenterPaintManager.cxx index 341454e8cf74..49f9e0f905ee 100644 --- a/sdext/source/presenter/PresenterPaintManager.cxx +++ b/sdext/source/presenter/PresenterPaintManager.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterPaintManager.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterPaintManager.hxx" #include "PresenterPaneContainer.hxx" diff --git a/sdext/source/presenter/PresenterPane.cxx b/sdext/source/presenter/PresenterPane.cxx index ed80487ddaeb..320878c32103 100644 --- a/sdext/source/presenter/PresenterPane.cxx +++ b/sdext/source/presenter/PresenterPane.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterPane.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterPane.hxx" #include "PresenterController.hxx" #include "PresenterPaintManager.hxx" diff --git a/sdext/source/presenter/PresenterPaneAnimator.cxx b/sdext/source/presenter/PresenterPaneAnimator.cxx index e8cc6f4130a5..97978b21a6a0 100644 --- a/sdext/source/presenter/PresenterPaneAnimator.cxx +++ b/sdext/source/presenter/PresenterPaneAnimator.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterPaneAnimator.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterPaneAnimator.hxx" #include "PresenterAnimation.hxx" diff --git a/sdext/source/presenter/PresenterPaneBase.cxx b/sdext/source/presenter/PresenterPaneBase.cxx index be7511332e15..1e63f90e5435 100644 --- a/sdext/source/presenter/PresenterPaneBase.cxx +++ b/sdext/source/presenter/PresenterPaneBase.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterPaneBase.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterPaneBase.hxx" #include "PresenterCanvasHelper.hxx" #include "PresenterController.hxx" diff --git a/sdext/source/presenter/PresenterPaneBorderManager.cxx b/sdext/source/presenter/PresenterPaneBorderManager.cxx index c372b0164c7e..e7b85b9f5922 100644 --- a/sdext/source/presenter/PresenterPaneBorderManager.cxx +++ b/sdext/source/presenter/PresenterPaneBorderManager.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterPaneBorderManager.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterPaneBorderManager.hxx" #include "PresenterController.hxx" #include "PresenterPaintManager.hxx" diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.cxx b/sdext/source/presenter/PresenterPaneBorderPainter.cxx index af7baf025345..d43fbd87e558 100644 --- a/sdext/source/presenter/PresenterPaneBorderPainter.cxx +++ b/sdext/source/presenter/PresenterPaneBorderPainter.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterPaneBorderPainter.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterPaneBorderPainter.hxx" #include "PresenterCanvasHelper.hxx" #include "PresenterConfigurationAccess.hxx" diff --git a/sdext/source/presenter/PresenterPaneContainer.cxx b/sdext/source/presenter/PresenterPaneContainer.cxx index c40798e24408..bd12aff59374 100644 --- a/sdext/source/presenter/PresenterPaneContainer.cxx +++ b/sdext/source/presenter/PresenterPaneContainer.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterPaneContainer.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,7 +29,8 @@ * ************************************************************************/ -//#include "precompiled_sdext.hxx" +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" #include "PresenterPaneContainer.hxx" #include "PresenterPaneBase.hxx" diff --git a/sdext/source/presenter/PresenterPaneFactory.cxx b/sdext/source/presenter/PresenterPaneFactory.cxx index 356465f9ff17..ebfb8905967b 100644 --- a/sdext/source/presenter/PresenterPaneFactory.cxx +++ b/sdext/source/presenter/PresenterPaneFactory.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterPaneFactory.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterPaneFactory.hxx" #include "PresenterController.hxx" #include "PresenterPane.hxx" diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx index e9cc273d2c64..cb680748ac2d 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.cxx +++ b/sdext/source/presenter/PresenterProtocolHandler.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterProtocolHandler.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterProtocolHandler.hxx" #include "PresenterConfigurationAccess.hxx" #include "PresenterController.hxx" diff --git a/sdext/source/presenter/PresenterScreen.cxx b/sdext/source/presenter/PresenterScreen.cxx index 397eea35d279..755822ce1387 100644 --- a/sdext/source/presenter/PresenterScreen.cxx +++ b/sdext/source/presenter/PresenterScreen.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterScreen.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterScreen.hxx" #include "PresenterConfigurationAccess.hxx" #include "PresenterController.hxx" diff --git a/sdext/source/presenter/PresenterScrollBar.cxx b/sdext/source/presenter/PresenterScrollBar.cxx index 910bb7d3bc06..d72f79024d41 100644 --- a/sdext/source/presenter/PresenterScrollBar.cxx +++ b/sdext/source/presenter/PresenterScrollBar.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterScrollBar.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterScrollBar.hxx" #include "PresenterBitmapContainer.hxx" #include "PresenterCanvasHelper.hxx" diff --git a/sdext/source/presenter/PresenterSlidePreview.cxx b/sdext/source/presenter/PresenterSlidePreview.cxx index 30c7c08b4cdd..d80c29605174 100644 --- a/sdext/source/presenter/PresenterSlidePreview.cxx +++ b/sdext/source/presenter/PresenterSlidePreview.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterSlidePreview.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterSlidePreview.hxx" #include "PresenterCanvasHelper.hxx" #include "PresenterGeometryHelper.hxx" diff --git a/sdext/source/presenter/PresenterSlideShowView.cxx b/sdext/source/presenter/PresenterSlideShowView.cxx index 9529776a387c..ded3fe69c554 100644 --- a/sdext/source/presenter/PresenterSlideShowView.cxx +++ b/sdext/source/presenter/PresenterSlideShowView.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterSlideShowView.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterSlideShowView.hxx" #include "PresenterCanvasHelper.hxx" diff --git a/sdext/source/presenter/PresenterSlideSorter.cxx b/sdext/source/presenter/PresenterSlideSorter.cxx index e9be3a36af7d..26cd0b867c5b 100644 --- a/sdext/source/presenter/PresenterSlideSorter.cxx +++ b/sdext/source/presenter/PresenterSlideSorter.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterSlideSorter.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterSlideSorter.hxx" #include "PresenterButton.hxx" #include "PresenterCanvasHelper.hxx" diff --git a/sdext/source/presenter/PresenterSprite.cxx b/sdext/source/presenter/PresenterSprite.cxx index 6498fac85c6e..72b824d30ef5 100644 --- a/sdext/source/presenter/PresenterSprite.cxx +++ b/sdext/source/presenter/PresenterSprite.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterSprite.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterSprite.hxx" #include <com/sun/star/lang/XComponent.hpp> diff --git a/sdext/source/presenter/PresenterSpritePane.cxx b/sdext/source/presenter/PresenterSpritePane.cxx index 25eb767a8c41..b5a98de897a3 100644 --- a/sdext/source/presenter/PresenterSpritePane.cxx +++ b/sdext/source/presenter/PresenterSpritePane.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterSpritePane.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterSpritePane.hxx" #include "PresenterGeometryHelper.hxx" #include <com/sun/star/lang/XMultiComponentFactory.hpp> diff --git a/sdext/source/presenter/PresenterTheme.cxx b/sdext/source/presenter/PresenterTheme.cxx index 176a5fdaf7c3..120522284d42 100644 --- a/sdext/source/presenter/PresenterTheme.cxx +++ b/sdext/source/presenter/PresenterTheme.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterTheme.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterTheme.hxx" #include "PresenterBitmapContainer.hxx" #include "PresenterCanvasHelper.hxx" diff --git a/sdext/source/presenter/PresenterTimer.cxx b/sdext/source/presenter/PresenterTimer.cxx index b262c269b8c7..45aba5f8bdce 100644 --- a/sdext/source/presenter/PresenterTimer.cxx +++ b/sdext/source/presenter/PresenterTimer.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterTimer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterTimer.hxx" #include <osl/doublecheckedlocking.h> #include <osl/thread.hxx> diff --git a/sdext/source/presenter/PresenterToolBar.cxx b/sdext/source/presenter/PresenterToolBar.cxx index ee50a5477097..313b175d40a8 100644 --- a/sdext/source/presenter/PresenterToolBar.cxx +++ b/sdext/source/presenter/PresenterToolBar.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterToolBar.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterToolBar.hxx" #include "PresenterBitmapContainer.hxx" diff --git a/sdext/source/presenter/PresenterUIPainter.cxx b/sdext/source/presenter/PresenterUIPainter.cxx index 3c64b9dd2645..74b9e9e4f131 100644 --- a/sdext/source/presenter/PresenterUIPainter.cxx +++ b/sdext/source/presenter/PresenterUIPainter.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterUIPainter.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterUIPainter.hxx" #include "PresenterCanvasHelper.hxx" diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx index bcda35866d62..ecd8b11b1b3a 100644 --- a/sdext/source/presenter/PresenterViewFactory.cxx +++ b/sdext/source/presenter/PresenterViewFactory.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterViewFactory.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterViewFactory.hxx" #include "PresenterPaneContainer.hxx" #include "PresenterHelper.hxx" diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx index dd20a5e09e7b..7ae68ad78d1b 100644 --- a/sdext/source/presenter/PresenterWindowManager.cxx +++ b/sdext/source/presenter/PresenterWindowManager.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterWindowManager.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -29,6 +29,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sdext.hxx" + #include "PresenterWindowManager.hxx" #include "PresenterAnimation.hxx" #include "PresenterAnimator.hxx" |