diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-13 13:43:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-13 13:59:52 +0200 |
commit | 2b4fd256e9f8594c31e7e8045dccae5afdc62e16 (patch) | |
tree | 09d248841a5f0765516a7cf82b72cec529287eb7 /sw/source/uibase/inc/olmenu.hxx | |
parent | 20b0c8fc3bb5bcf4ae8ba81c88aaa5726dbcf9e2 (diff) |
loplugin:unusedmethods unused return value in sw/
Change-Id: Iaec71124b04ed678686d646df3ff0892585d3d50
Diffstat (limited to 'sw/source/uibase/inc/olmenu.hxx')
-rw-r--r-- | sw/source/uibase/inc/olmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/olmenu.hxx b/sw/source/uibase/inc/olmenu.hxx index 1aab51e8b3f0..0ebdfed4e3c5 100644 --- a/sw/source/uibase/inc/olmenu.hxx +++ b/sw/source/uibase/inc/olmenu.hxx @@ -78,7 +78,7 @@ public: const css::uno::Sequence< OUString > &rSuggestions, const OUString & rParaText ); - sal_uInt16 Execute( const Rectangle& rPopupPos, vcl::Window* pWin ); + void Execute( const Rectangle& rPopupPos, vcl::Window* pWin ); void Execute( sal_uInt16 nId ); }; |