diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:45 +0000 |
commit | 5ee8d622313c127b51e91eaf2478e2c4056ca239 (patch) | |
tree | 3f3a840db93deec0e3cfc922984d54d969b5e836 /cppcanvas | |
parent | 5056b57b9d37295f4b2a8cda0f02b5a11050b873 (diff) |
INTEGRATION: CWS canvas05 (1.9.10); FILE MERGED
2008/04/21 07:50:48 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')
-rw-r--r-- | cppcanvas/source/wrapper/implsprite.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cppcanvas/source/wrapper/implsprite.cxx b/cppcanvas/source/wrapper/implsprite.cxx index 3cdda418fbd2..aa7fadcb2e3b 100644 --- a/cppcanvas/source/wrapper/implsprite.cxx +++ b/cppcanvas/source/wrapper/implsprite.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: implsprite.cxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -30,16 +30,15 @@ // 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/XAnimatedSprite.hpp> + #include <basegfx/tools/canvastools.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> -#ifndef _CANVAS_CANVASTOOLS_HXX #include <canvas/canvastools.hxx> -#endif - -#include <implsprite.hxx> +#include "implsprite.hxx" using namespace ::com::sun::star; |