diff options
Diffstat (limited to 'include/vcl/hatch.hxx')
-rw-r--r-- | include/vcl/hatch.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/hatch.hxx b/include/vcl/hatch.hxx index 41b9b9570a61..3b326b4642c5 100644 --- a/include/vcl/hatch.hxx +++ b/include/vcl/hatch.hxx @@ -48,7 +48,7 @@ public: Hatch(); Hatch( const Hatch& rHatch ); - Hatch( HatchStyle eStyle, const Color& rHatchColor, long nDistance, sal_uInt16 nAngle10 = 0 ); + Hatch( HatchStyle eStyle, const Color& rHatchColor, long nDistance, sal_uInt16 nAngle10 ); ~Hatch(); Hatch& operator=( const Hatch& rHatch ); |