From b47cb646ff2a62fcd3fac0e453a7261bbaefbcb7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 14 Mar 2016 13:41:38 +0200 Subject: loplugin:constantparam Change-Id: I270e068b3c83e966e741b0a072fecce9d92d53f5 --- include/sfx2/frame.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/frame.hxx') diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx index 2a7aa0615d03..b6b9699c5000 100644 --- a/include/sfx2/frame.hxx +++ b/include/sfx2/frame.hxx @@ -155,7 +155,7 @@ public: SAL_DLLPRIVATE bool DoClose_Impl(); SAL_DLLPRIVATE void SetFrameInterface_Impl( const css::uno::Reference< css::frame::XFrame >& rFrame ); - SAL_DLLPRIVATE void ReleasingComponent_Impl( bool bSet ); + SAL_DLLPRIVATE void ReleasingComponent_Impl(); SAL_DLLPRIVATE void GetViewData_Impl(); SAL_DLLPRIVATE void SetFrameType_Impl( sal_uInt32 ); SAL_DLLPRIVATE bool PrepareClose_Impl( bool bUI ); -- cgit