diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 12:30:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 12:30:23 +0000 |
commit | 5ef07cbe4b8f9a0a5da73aa7900c596948cf7c04 (patch) | |
tree | 3a172ed7c1efd238c73606fb7c1f54c898454077 /cppcanvas | |
parent | ef3a1443a6fb133b99fdb8ca94bc9918babacbef (diff) |
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.*
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/wrapper/implcustomsprite.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cppcanvas/source/wrapper/implcustomsprite.hxx b/cppcanvas/source/wrapper/implcustomsprite.hxx index 92f2df9fd57a..4038345592bb 100644 --- a/cppcanvas/source/wrapper/implcustomsprite.hxx +++ b/cppcanvas/source/wrapper/implcustomsprite.hxx @@ -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; }; } } |