summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implbitmapcanvas.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 19:59:31 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 19:59:31 +0000
commitd7e4f13d9154a2b747dd9101d4219ca2b752963c (patch)
treedb5ad88bf2fa1dcc3ba58c5a1e59cfdb4d2b9e4f /cppcanvas/source/wrapper/implbitmapcanvas.hxx
parent57119d302df2ef91c97f675f3f799709805c6886 (diff)
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
Diffstat (limited to 'cppcanvas/source/wrapper/implbitmapcanvas.hxx')
-rw-r--r--cppcanvas/source/wrapper/implbitmapcanvas.hxx8
1 files changed, 4 insertions, 4 deletions
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 <cppcanvas/bitmapcanvas.hxx>
#endif
-#include "implcanvas.hxx"
+#include <implcanvas.hxx>
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&);