summaryrefslogtreecommitdiff
path: root/include/cppcanvas/polypolygon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppcanvas/polypolygon.hxx')
-rw-r--r--include/cppcanvas/polypolygon.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/cppcanvas/polypolygon.hxx b/include/cppcanvas/polypolygon.hxx
index 3cb186354512..d8a2876522dd 100644
--- a/include/cppcanvas/polypolygon.hxx
+++ b/include/cppcanvas/polypolygon.hxx
@@ -56,8 +56,6 @@ namespace cppcanvas
class PolyPolygon : public virtual CanvasGraphic
{
public:
- virtual void addPolygon( const ::basegfx::B2DPolygon& rPoly ) = 0;
- virtual void addPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly ) = 0;
/** Set polygon fill color
*/
@@ -65,9 +63,6 @@ namespace cppcanvas
/** Set polygon line color
*/
virtual void setRGBALineColor( Color::IntSRGBA ) = 0;
- /** Get polygon fill color
- */
- virtual Color::IntSRGBA getRGBAFillColor() const = 0;
/** Get polygon line color
*/
virtual Color::IntSRGBA getRGBALineColor() const = 0;