From 6e4238018bf0408f2961e5708212e09a8c3597dc Mon Sep 17 00:00:00 2001 From: Noel Date: Thu, 18 Mar 2021 11:06:57 +0200 Subject: inline some tiny sfx2 functions Change-Id: I960d479d18bdd29fc14dd39649330d05fcdc0010 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112664 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/shell.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/sfx2') diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 60de3579e8d3..3266c989a7d4 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -193,11 +193,6 @@ public: */ SfxViewShell* GetViewShell() const; - void CallExec( SfxExecFunc pFunc, SfxRequest &rReq ) - { (*pFunc)(this, rReq); } - void CallState( SfxStateFunc pFunc, SfxItemSet &rSet ) - { (*pFunc)(this, rSet); } - static void EmptyExecStub(SfxShell *pShell, SfxRequest &); static void EmptyStateStub(SfxShell *pShell, SfxItemSet &); -- cgit