diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-09 11:53:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-10 10:09:58 +0200 |
commit | 9509a2b4d2e9d532b0583a8310fe71cd0564804f (patch) | |
tree | 65d6c289de5cc20db4116e451ddc2da9dfc9cca1 /include/drawinglayer | |
parent | fb33451a27d8668bc14f5bcfd6ea742fc4c5b84c (diff) |
loplugin:constantparam in drawinglayer
Change-Id: Id0d212ff212e6ac8a2a4ab9a2552f8f8e975371e
Diffstat (limited to 'include/drawinglayer')
-rw-r--r-- | include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx b/include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx index 295c558fca28..1b28a2c25075 100644 --- a/include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx +++ b/include/drawinglayer/primitive2d/sdrdecompositiontools2d.hxx @@ -39,11 +39,9 @@ namespace drawinglayer { // helpers to create HitTestPrimitives Line Primitive2DReference DRAWINGLAYER_DLLPUBLIC createHiddenGeometryPrimitives2D( - bool bFilled, const basegfx::B2DHomMatrix& rMatrix); Primitive2DReference DRAWINGLAYER_DLLPUBLIC createHiddenGeometryPrimitives2D( - bool bFilled, const basegfx::B2DPolyPolygon& rPolygon); Primitive2DReference DRAWINGLAYER_DLLPUBLIC createHiddenGeometryPrimitives2D( |