From d7e4f13d9154a2b747dd9101d4219ca2b752963c Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 26 Nov 2004 19:59:31 +0000 Subject: INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:04 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:29 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr) 2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes --- cppcanvas/source/wrapper/implbitmapcanvas.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cppcanvas/source/wrapper/implbitmapcanvas.hxx') 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&); -- cgit v1.2.3