diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 17:50:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 17:50:51 +0000 |
commit | 6a33a6690c72e61e4fe5c26937557d01853594bc (patch) | |
tree | 011a9e11c9cf6ed221627da5f87e5462621d187c /cppcanvas/source | |
parent | 39a5753bc241dacbb8074967f822db0eabdb507a (diff) |
#i10000# Fix wrong include.
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/wrapper/implsprite.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cppcanvas/source/wrapper/implsprite.hxx b/cppcanvas/source/wrapper/implsprite.hxx index c6e67be505b5..38e1b2fdd3b4 100644 --- a/cppcanvas/source/wrapper/implsprite.hxx +++ b/cppcanvas/source/wrapper/implsprite.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: implsprite.hxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -33,9 +33,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/rendering/XSpriteCanvas.hpp> -#ifndef _COM_SUN_STAR_RENDERING_XSPRITE_HPP_ -#include <com.sun.star.rendering.XSprites.hpp> -#endif +#include <com/sun/star/rendering/XSprite.hpp> #ifndef BOOST_SHARED_PTR_HPP_INCLUDED #include <boost/shared_ptr.hpp> |