diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:06 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:06 +0000 |
commit | 0b2e42bbea74c026e78c0359ff3d14f5dd4a9e03 (patch) | |
tree | deac30837e27424dbeeecc70bb6a85e6ab9c8261 /cppcanvas/source/wrapper | |
parent | 21e7da094f3d82145955a8a3859db84108164372 (diff) |
INTEGRATION: CWS canvas05 (1.9.10); FILE MERGED
2008/04/21 07:50:42 thb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED
2007/10/01 13:41:45 thb 1.9.10.1: #i79258# Merge from CWS picom
Diffstat (limited to 'cppcanvas/source/wrapper')
-rw-r--r-- | cppcanvas/source/wrapper/implcanvas.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cppcanvas/source/wrapper/implcanvas.cxx b/cppcanvas/source/wrapper/implcanvas.cxx index 740e0171ea06..7dac599a1b3a 100644 --- a/cppcanvas/source/wrapper/implcanvas.cxx +++ b/cppcanvas/source/wrapper/implcanvas.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: implcanvas.cxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -30,19 +30,20 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_cppcanvas.hxx" + #include <rtl/ustring.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/tools/canvastools.hxx> + #include <com/sun/star/rendering/XCanvas.hpp> #include <canvas/canvastools.hxx> - #include <cppcanvas/polypolygon.hxx> -#include <implfont.hxx> -#include <implcolor.hxx> -#include <implcanvas.hxx> +#include "implfont.hxx" +#include "implcolor.hxx" +#include "implcanvas.hxx" using namespace ::com::sun::star; |