summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/bitmapaction.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:59:02 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:59:02 +0000
commit12530f1614f952d0c6fb18278d8c97706ae6e8bf (patch)
tree86d95de0f80eb1805f6e7ad8c5f4c0d95f089d8d /cppcanvas/source/mtfrenderer/bitmapaction.cxx
parent19dcc51c2ed5e1a4e12e1492c25b27a0cfcbd558 (diff)
INTEGRATION: CWS sb59 (1.8.22); FILE MERGED
2006/08/11 15:36:02 thb 1.8.22.1: #i68336# Removed unused params; added a few using declarations for hidden methods; added a few casts; added some default statements to get cppcanvas warning free
Diffstat (limited to 'cppcanvas/source/mtfrenderer/bitmapaction.cxx')
-rw-r--r--cppcanvas/source/mtfrenderer/bitmapaction.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cppcanvas/source/mtfrenderer/bitmapaction.cxx b/cppcanvas/source/mtfrenderer/bitmapaction.cxx
index 1b801a32b5dd..28cd6ede047d 100644
--- a/cppcanvas/source/mtfrenderer/bitmapaction.cxx
+++ b/cppcanvas/source/mtfrenderer/bitmapaction.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bitmapaction.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:48:44 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:59:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,6 +92,7 @@ namespace cppcanvas
virtual sal_Int32 getActionCount() const;
private:
+ using Action::render;
virtual bool render( uno::Reference< rendering::XCachedPrimitive >& rCachedPrimitive,
const ::basegfx::B2DHomMatrix& rTransformation ) const;