diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-12 13:41:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-13 08:44:45 +0200 |
commit | 38c23520d40749ff21b6b1ed5f5c0375d40fe1fc (patch) | |
tree | be2126093be7d32e4f63d405f87fc6c063776e45 /include/sfx2/shell.hxx | |
parent | 2fc2f752447725ece32ce55d5db21b912902b3cf (diff) |
loplugin:unusedmethods unused return value in include/sfx2
Change-Id: Id4017bdfe18f8224d28a9f787865c7a880aeeed8
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r-- | include/sfx2/shell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index a976c933651e..488e06b8b65d 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -281,7 +281,7 @@ public: /** Asynchronous ExecuteSlot for the RELOAD */ - const SfxPoolItem* ExecuteSlot( SfxRequest &rReq, bool bAsync ); + void ExecuteSlot( SfxRequest &rReq, bool bAsync ); inline SfxItemPool& GetPool() const; inline void SetPool( SfxItemPool *pNewPool ) ; |