diff --git a/cppcanvas/source/wrapper/implbitmapcanvas.cxx b/cppcanvas/source/wrapper/implbitmapcanvas.cxx index f9448f088f2c..792a377efe68 100644 --- a/cppcanvas/source/wrapper/implbitmapcanvas.cxx +++ b/cppcanvas/source/wrapper/implbitmapcanvas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implbitmapcanvas.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2004-03-18 10:41:09 $ + * last change: $Author: rt $ $Date: 2004-11-26 20:59:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ #include #endif -#include "implbitmapcanvas.hxx" +#include using namespace ::drafts::com::sun::star; @@ -104,7 +104,7 @@ namespace cppcanvas return ::basegfx::unotools::b2ISizeFromIntegerSize2D( mxBitmap->getSize() ); } - BitmapCanvasSharedPtr ImplBitmapCanvas::cloneBitmapCanvas() const + CanvasSharedPtr ImplBitmapCanvas::clone() const { return BitmapCanvasSharedPtr( new ImplBitmapCanvas( *this ) ); } diff --git a/cppcanvas/source/wrapper/implbitmapcanvas.hxx b/cppcanvas/source/wrapper/implbitmapcanvas.hxx index c148f90533d8..238272a82a44 100644 --- a/cppcanvas/source/wrapper/implbitmapcanvas.hxx +++ b/cppcanvas/source/wrapper/implbitmapcanvas.hxx @@ -2,9 +2,9 @@ * * $RCSfile: implbitmapcanvas.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-09-08 16:59:24 $ + * last change: $Author: rt $ $Date: 2004-11-26 20:59:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ #include #endif -#include "implcanvas.hxx" +#include namespace cppcanvas @@ -98,7 +98,7 @@ namespace cppcanvas virtual ::basegfx::B2ISize getSize() const; - virtual BitmapCanvasSharedPtr cloneBitmapCanvas() const; + virtual CanvasSharedPtr clone() const; // take compiler-provided default copy constructor //ImplBitmapCanvas(const ImplBitmapCanvas&);