From d4e9fe5a733f9c3a3c0b673379739c768075b465 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 3 May 2017 11:48:32 +0200 Subject: loplugin:checkunusedparams in sfx2 Change-Id: Iea88ddd619f10a2a2586ee24edbf07e246dcbb49 Reviewed-on: https://gerrit.libreoffice.org/37191 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/viewfrm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/viewfrm.hxx') diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx index 4de1bb297e1d..9d803bf8b2d6 100644 --- a/include/sfx2/viewfrm.hxx +++ b/include/sfx2/viewfrm.hxx @@ -198,7 +198,7 @@ public: SAL_DLLPRIVATE OUString GetActualPresentationURL_Impl() const; SAL_DLLPRIVATE void MiscExec_Impl(SfxRequest &); SAL_DLLPRIVATE void MiscState_Impl(SfxItemSet &); - SAL_DLLPRIVATE SfxWorkWindow* GetWorkWindow_Impl( sal_uInt16 nId ); + SAL_DLLPRIVATE SfxWorkWindow* GetWorkWindow_Impl(); SAL_DLLPRIVATE void AddDispatchMacroToBasic_Impl(const OUString& sMacro); SAL_DLLPRIVATE void Exec_Impl(SfxRequest &); -- cgit