diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-21 14:20:18 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-22 07:02:13 +0000 |
commit | b975aceec3c5f101916b525c10c44408b3e9da9d (patch) | |
tree | 3c94667ae8339141d2e7699f813f3ceee8a21fc6 /sw/source/uibase/inc/swuiidxmrk.hxx | |
parent | 74d4168f8830f7bbec6b784c3fb774296d9adafa (diff) |
loplugin:unusedmethods sw(part2)
Change-Id: Ib95638267c5a7df73ccdd179dd62ac7c9a53a5e4
Reviewed-on: https://gerrit.libreoffice.org/17262
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/inc/swuiidxmrk.hxx')
-rw-r--r-- | sw/source/uibase/inc/swuiidxmrk.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx index 040c97d7628a..e93076147b77 100644 --- a/sw/source/uibase/inc/swuiidxmrk.hxx +++ b/sw/source/uibase/inc/swuiidxmrk.hxx @@ -168,7 +168,6 @@ public: SwIndexMarkModalDlg(vcl::Window *pParent, SwWrtShell& rSh, SwTOXMark* pCurTOXMark); virtual void Apply() SAL_OVERRIDE; - void ReInitDlg(SwWrtShell& rWrtShell); }; class SwAuthMarkModalDlg; @@ -244,7 +243,6 @@ public: SwAuthMarkModalDlg(vcl::Window *pParent, SwWrtShell& rSh); virtual void Apply() SAL_OVERRIDE; - void ReInitDlg(SwWrtShell& rWrtShell); }; #endif // INCLUDED_SW_SOURCE_UIBASE_INC_SWUIIDXMRK_HXX |