diff options
author | sb <sb@openoffice.org> | 2010-01-09 21:01:14 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-09 21:01:14 +0100 |
commit | a57ae685bcc342e1cd2d4e9d261704839ecf1996 (patch) | |
tree | 2494a7580014d7aba39983e6117fe084f3fa5561 /canvas/source/directx/dx_linepolypolygon.hxx | |
parent | 7397e8c1bb3d3f5562590c07a535d9749dca4279 (diff) | |
parent | 8765a3bf9f2926a50d0f644e4263782269abe023 (diff) |
sb118: merged in DEV300_m69
Diffstat (limited to 'canvas/source/directx/dx_linepolypolygon.hxx')
-rwxr-xr-x | canvas/source/directx/dx_linepolypolygon.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |