diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:50:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:50:53 +0000 |
commit | 21e7da094f3d82145955a8a3859db84108164372 (patch) | |
tree | ddee86a4c228428c7df88d9f86c74d1078b9babc /cppcanvas/source | |
parent | 6cd6053560334c730aa85bfa480f45609f43bc53 (diff) |
INTEGRATION: CWS canvas05 (1.8.38); FILE MERGED
2008/04/21 07:50:33 thb 1.8.38.2: RESYNC: (1.8-1.9); FILE MERGED
2007/10/01 13:41:45 thb 1.8.38.1: #i79258# Merge from CWS picom
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/wrapper/implbitmapcanvas.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cppcanvas/source/wrapper/implbitmapcanvas.cxx b/cppcanvas/source/wrapper/implbitmapcanvas.cxx index 98a9edce57bf..8c7caa8ece20 100644 --- a/cppcanvas/source/wrapper/implbitmapcanvas.cxx +++ b/cppcanvas/source/wrapper/implbitmapcanvas.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: implbitmapcanvas.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -31,17 +31,14 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_cppcanvas.hxx" -#ifndef _COM_SUN_STAR_RENDERING_XCANVAS_HPP__ #include <com/sun/star/rendering/XCanvas.hpp> -#endif -#ifndef _COM_SUN_STAR_RENDERING_XBITMAPCANVAS_HPP__ #include <com/sun/star/rendering/XBitmapCanvas.hpp> -#endif + #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/tools/canvastools.hxx> -#include <implbitmapcanvas.hxx> +#include "implbitmapcanvas.hxx" using namespace ::com::sun::star; |