diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-14 13:41:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-15 08:27:25 +0200 |
commit | b47cb646ff2a62fcd3fac0e453a7261bbaefbcb7 (patch) | |
tree | 49a2dc78e998baa77212776d7d94fb8d72dc0f00 /include/sfx2/frame.hxx | |
parent | 89e0663c55f7f1763536a345d63111115c71ef26 (diff) |
loplugin:constantparam
Change-Id: I270e068b3c83e966e741b0a072fecce9d92d53f5
Diffstat (limited to 'include/sfx2/frame.hxx')
-rw-r--r-- | include/sfx2/frame.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |