From 8ca50d20c189dda2fcc4477303ef2947c72bb01e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Mar 2016 13:17:24 +0200 Subject: loplugin:constantparam in tools Change-Id: I3774661799c074561c694515baba42a375d0a077 Reviewed-on: https://gerrit.libreoffice.org/23301 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/b3dtrans.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/tools/b3dtrans.hxx') diff --git a/include/tools/b3dtrans.hxx b/include/tools/b3dtrans.hxx index 2ec9071d239a..bf0f96121d5a 100644 --- a/include/tools/b3dtrans.hxx +++ b/include/tools/b3dtrans.hxx @@ -128,8 +128,7 @@ public: // Parameters of ViewportTransformation void SetDeviceRectangle(double fL=-1.0, double fR=1.0, - double fB=-1.0, double fT=1.0, - bool bBroadCastChange=true); + double fB=-1.0, double fT=1.0); double GetDeviceRectangleWidth() const { return mfRightBound - mfLeftBound; } void SetPerspective(bool bNew); @@ -214,8 +213,7 @@ public: B3dCamera( const basegfx::B3DPoint& rPos = basegfx::B3DPoint(0.0, 0.0, 1.0), const basegfx::B3DVector& rLkAt = basegfx::B3DVector(0.0, 0.0, 0.0), - double fFocLen = 35.0, double fBnkAng = 0.0, - bool bUseFocLen = false); + double fFocLen = 35.0, double fBnkAng = 0.0); virtual ~B3dCamera(); protected: -- cgit