INTEGRATION: CWS presfixes01 (1.4.6); FILE MERGED

2005/02/16 11:14:38 fs 1.4.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
This commit is contained in:
Vladimir Glazounov
2005-03-10 12:30:23 +00:00
parent ef3a1443a6
commit 5ef07cbe4b

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: implcustomsprite.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2004-11-26 21:00:55 $
* last change: $Author: vg $ $Date: 2005-03-10 13:30:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,9 +90,9 @@ namespace cppcanvas
{
public:
ImplCustomSprite( const ::com::sun::star::uno::Reference<
::drafts::com::sun::star::rendering::XSpriteCanvas >& rParentCanvas,
::com::sun::star::rendering::XSpriteCanvas >& rParentCanvas,
const ::com::sun::star::uno::Reference<
::drafts::com::sun::star::rendering::XCustomSprite >& rSprite,
::com::sun::star::rendering::XCustomSprite >& rSprite,
const ImplSpriteCanvas::TransformationArbiterSharedPtr& rTransformArbiter );
virtual ~ImplCustomSprite();
@@ -104,7 +104,7 @@ namespace cppcanvas
ImplCustomSprite& operator=( const ImplCustomSprite& );
mutable CanvasSharedPtr mpLastCanvas;
const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::rendering::XCustomSprite > mxCustomSprite;
const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCustomSprite > mxCustomSprite;
};
}
}