summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:59:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 19:59:59 +0000
commit0cca9757defa42fa10f2b3b5613d40dcf4c4b507 (patch)
tree6eb2c92c713cf774f2f2b39539d4c3cdabd33d2d /cppcanvas/source/wrapper
parent92a8fe504d070ac358824edb20e3eba4ba6615da (diff)
INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:09:05 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes 2004/06/25 10:30:30 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')
-rw-r--r--cppcanvas/source/wrapper/implcanvas.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/implcanvas.hxx b/cppcanvas/source/wrapper/implcanvas.hxx
index 79580d6d6702..e5b2dda1f6b2 100644
--- a/cppcanvas/source/wrapper/implcanvas.hxx
+++ b/cppcanvas/source/wrapper/implcanvas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implcanvas.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 16:59:37 $
+ * last change: $Author: rt $ $Date: 2004-11-26 20:59:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,7 +118,7 @@ namespace cppcanvas
virtual ColorSharedPtr createColor() const;
- virtual CanvasSharedPtr cloneCanvas() const;
+ virtual CanvasSharedPtr clone() const;
virtual ::com::sun::star::uno::Reference<
::drafts::com::sun::star::rendering::XCanvas > getUNOCanvas() const;