remove include of pch header in cppcanvas

This commit is contained in:
Norbert Thiebaud
2011-11-27 13:02:39 -06:00
parent 3c43177528
commit c0f6713f94
26 changed files with 0 additions and 50 deletions

View File

@@ -26,6 +26,5 @@
* *
************************************************************************/ ************************************************************************/
#include "precompiled_cppcanvas.hxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -26,7 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:36.717845
#ifdef PRECOMPILED_HEADERS #ifdef PRECOMPILED_HEADERS
#endif #endif

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <rtl/logfile.hxx> #include <rtl/logfile.hxx>
#include <com/sun/star/rendering/XBitmap.hpp> #include <com/sun/star/rendering/XBitmap.hpp>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <rtl/logfile.hxx> #include <rtl/logfile.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <canvas/debug.hxx> #include <canvas/debug.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <lineaction.hxx> #include <lineaction.hxx>
#include <outdevstate.hxx> #include <outdevstate.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <canvas/debug.hxx> #include <canvas/debug.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <rtl/logfile.hxx> #include <rtl/logfile.hxx>
#include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/XCanvas.hpp>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <rtl/logfile.hxx> #include <rtl/logfile.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <rtl/logfile.hxx> #include <rtl/logfile.hxx>
#include <com/sun/star/rendering/XBitmap.hpp> #include <com/sun/star/rendering/XBitmap.hpp>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <canvas/debug.hxx> #include <canvas/debug.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <tools/gen.hxx> #include <tools/gen.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <canvasgraphichelper.hxx> #include <canvasgraphichelper.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <tools.hxx> #include <tools.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
#include <osl/getglobalmutex.hxx> #include <osl/getglobalmutex.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include "implbitmap.hxx" #include "implbitmap.hxx"
#include "implbitmapcanvas.hxx" #include "implbitmapcanvas.hxx"

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/XCanvas.hpp>
#include <com/sun/star/rendering/XBitmapCanvas.hpp> #include <com/sun/star/rendering/XBitmapCanvas.hpp>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrix.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <implcolor.hxx> #include <implcolor.hxx>
#include <tools.hxx> #include <tools.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <implfont.hxx> #include <implfont.hxx>
#include <canvas/canvastools.hxx> #include <canvas/canvastools.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <rtl/math.hxx> #include <rtl/math.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <com/sun/star/rendering/XSprite.hpp> #include <com/sun/star/rendering/XSprite.hpp>
#include <com/sun/star/rendering/XAnimatedSprite.hpp> #include <com/sun/star/rendering/XAnimatedSprite.hpp>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/tools/canvastools.hxx> #include <basegfx/tools/canvastools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <impltext.hxx> #include <impltext.hxx>
#include <canvas/canvastools.hxx> #include <canvas/canvastools.hxx>

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cppcanvas.hxx"
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
#include <osl/getglobalmutex.hxx> #include <osl/getglobalmutex.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>