diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de (CIB)> | 2018-03-16 16:16:54 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@cib.de (CIB)> | 2018-03-17 23:15:49 +0100 |
commit | 3b4c64efa7f0aea5bc7619726fd3f7efbf2ceb1c (patch) | |
tree | d2f58aaccbf13c6d87b22c8ad2658950423bace6 /include/svx | |
parent | 735d9e5828157a09e0b04b2dc5797a78208b57a2 (diff) |
OperationSmiley: Removed unused param from SdrPathObj constructor
Change-Id: Ia69e822c698ea13650d868472ba63744727ff886
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdopath.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdopath.hxx b/include/svx/svdopath.hxx index fac63b375fb8..e32ccf5116df 100644 --- a/include/svx/svdopath.hxx +++ b/include/svx/svdopath.hxx @@ -63,7 +63,7 @@ private: public: SdrPathObj(SdrObjKind eNewKind); - SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly, double dBrightness = 0.0); + SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly); virtual ~SdrPathObj() override; virtual void TakeObjInfo(SdrObjTransformInfoRec& rInfo) const override; |