summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de (CIB)>2018-03-16 16:16:54 +0100
committerArmin Le Grand <Armin.Le.Grand@cib.de (CIB)>2018-03-17 23:15:49 +0100
commit3b4c64efa7f0aea5bc7619726fd3f7efbf2ceb1c (patch)
treed2f58aaccbf13c6d87b22c8ad2658950423bace6 /svx
parent735d9e5828157a09e0b04b2dc5797a78208b57a2 (diff)
OperationSmiley: Removed unused param from SdrPathObj constructor
Change-Id: Ia69e822c698ea13650d868472ba63744727ff886
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdopath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index 2935164da771..5cf8dd58c115 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -1634,7 +1634,7 @@ SdrPathObj::SdrPathObj(SdrObjKind eNewKind)
bClosedObj = IsClosed();
}
-SdrPathObj::SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly, double dBrightness)
+SdrPathObj::SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly)
: maPathPolygon(rPathPoly),
meKind(eNewKind)
{