From 4c945b22fc42eb7a52864018cbca88358e71fd4d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 21 Sep 2018 14:26:56 +0200 Subject: new loplugin:methodcycles look for closed cycles of methods i.e. unused code that would not otherwise be found by the unusedmethods loplugin Change-Id: I3fb052132d97aabca573bb8e9fc424201b1e2042 Reviewed-on: https://gerrit.libreoffice.org/60875 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/dbgoutsw.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/dbgoutsw.hxx') diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx index bc1d93f6c159..b32f410cc36d 100644 --- a/sw/inc/dbgoutsw.hxx +++ b/sw/inc/dbgoutsw.hxx @@ -64,7 +64,6 @@ SW_DLLPUBLIC const char * dbg_out(const SwpHints &rHints); SW_DLLPUBLIC const char * dbg_out(const SfxPoolItem & rItem); SW_DLLPUBLIC const char * dbg_out(const SfxPoolItem * pItem); SW_DLLPUBLIC const char * dbg_out(const SfxItemSet & rSet); -SW_DLLPUBLIC const char * dbg_out(SwNodes & rNodes); SW_DLLPUBLIC const char * dbg_out(const SwPosition & rPos); SW_DLLPUBLIC const char * dbg_out(const SwPaM & rPam); SW_DLLPUBLIC const char * dbg_out(const SwNodeNum & rNum); -- cgit