diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-08 13:46:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-09 10:44:03 +0200 |
commit | b35a4cf023844dbbb3666c730213e9bc679d4a4f (patch) | |
tree | 6788333e22b2a73e5116d3b67bea0df3c7093707 /sw/source/uibase/inc/navipi.hxx | |
parent | ea8c12b8cc03ed259389ac267edd459844634767 (diff) |
loplugin:checkunusedparams in sw(part5)
Change-Id: Iee48e6c77f1eb57cd8a3a245e5415051b85f4cc1
Reviewed-on: https://gerrit.libreoffice.org/37387
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/navipi.hxx')
-rw-r--r-- | sw/source/uibase/inc/navipi.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx index 90a20d6ac7ec..1825f8eac10f 100644 --- a/sw/source/uibase/inc/navipi.hxx +++ b/sw/source/uibase/inc/navipi.hxx @@ -149,7 +149,7 @@ public: RegionMode GetRegionDropMode() const {return m_nRegionMode;} void SetRegionDropMode(RegionMode nNewMode); - sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ); + sal_Int8 AcceptDrop(); sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ); bool IsGlobalDoc() const; @@ -164,8 +164,7 @@ class SwNavigationChild : public SfxChildWindowContext public: SwNavigationChild( vcl::Window* , sal_uInt16 nId, - SfxBindings*, - SfxChildWinInfo* ); + SfxBindings* ); //! soon obsolete ! static SfxChildWindowContext* CreateImpl(vcl::Window *pParent, |