summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-03-18 11:06:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-18 20:49:26 +0100
commit6e4238018bf0408f2961e5708212e09a8c3597dc (patch)
treed153f4435c360892f9d1ef536db8e61045292391 /include/sfx2
parent7385ce6ac788335f15744c104c2b4e095ce90ce8 (diff)
inline some tiny sfx2 functions
Change-Id: I960d479d18bdd29fc14dd39649330d05fcdc0010 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112664 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/shell.hxx5
1 files changed, 0 insertions, 5 deletions
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 &);