INTEGRATION: CWS sb59 (1.8.22); FILE MERGED
2006/08/11 15:36:03 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
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
*
|
||||
* $RCSfile: polypolyaction.cxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-09-17 12:50:05 $
|
||||
* last change: $Author: obo $ $Date: 2006-10-12 15:00:10 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
@@ -90,6 +90,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;
|
||||
|
||||
@@ -282,6 +283,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;
|
||||
|
||||
@@ -396,6 +398,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;
|
||||
|
||||
|
Reference in New Issue
Block a user