From 727411be78c3ac7300caa688f8085a9952e7c85d Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Wed, 14 Oct 2009 13:55:31 +0200 Subject: #i105655# commiting changes so far for preparing linux version --- canvas/source/directx/dx_linepolypolygon.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canvas/source/directx/dx_linepolypolygon.hxx') diff --git a/canvas/source/directx/dx_linepolypolygon.hxx b/canvas/source/directx/dx_linepolypolygon.hxx index 431cd1b87b4f..3e061d76e768 100755 --- a/canvas/source/directx/dx_linepolypolygon.hxx +++ b/canvas/source/directx/dx_linepolypolygon.hxx @@ -45,7 +45,7 @@ namespace dxcanvas public: explicit LinePolyPolygon( const ::basegfx::B2DPolyPolygon& ); - GraphicsPathSharedPtr getGraphicsPath() const; + GraphicsPathSharedPtr getGraphicsPath( bool bNoLineJoin = false) const; private: // overridden, to clear mpPath -- cgit