summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-20 09:21:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-20 09:59:17 +0100
commit98f2bd667c45ad8d041673c99678e2f95a749b55 (patch)
tree4a91f1a6476d619cb398c6c1bce39f197a545ce7 /sw
parent1d69cf32a73c0720882731ebf3eb5d2f07fce246 (diff)
loplugin:unusedmethods
Remove a filtering step in the python script that was hiding some results Change-Id: Id94268f150902405ab197c077f18aaedf98845fc Reviewed-on: https://gerrit.libreoffice.org/83256 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/accmap.hxx3
-rw-r--r--sw/inc/ndgrf.hxx3
-rw-r--r--sw/source/ui/envelp/envprt.hxx1
-rw-r--r--sw/source/uibase/inc/regionsw.hxx1
4 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 3eac9b4886ea..d7e5269971ce 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -303,9 +303,6 @@ private:
public:
virtual bool IsDocumentSelAll() override;
- const css::uno::WeakReference < css::accessibility::XAccessible >&
- GetCursorContext() const { return mxCursorContext; }
-
//Para Container for InvalidateCursorPosition
typedef std::set< SwAccessibleParagraph* > SET_PARA;
SET_PARA m_setParaAdd;
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx
index 65716602c16f..1a266ab7ee17 100644
--- a/sw/inc/ndgrf.hxx
+++ b/sw/inc/ndgrf.hxx
@@ -67,9 +67,6 @@ class SW_DLLPUBLIC SwGrfNode: public SwNoTextNode
void InsertLink( const OUString& rGrfName, const OUString& rFltName );
- DECL_LINK( SwapGraphic, const GraphicObject*, SvStream* );
- DECL_STATIC_LINK( SwGrfNode, SwapReplacement, const GraphicObject*, SvStream* );
-
/// allow reaction on change of content of GraphicObject, so always call
/// when GraphicObject content changes
void onGraphicChanged();
diff --git a/sw/source/ui/envelp/envprt.hxx b/sw/source/ui/envelp/envprt.hxx
index 89f86a9c3b7f..00a610cad3e9 100644
--- a/sw/source/ui/envelp/envprt.hxx
+++ b/sw/source/ui/envelp/envprt.hxx
@@ -48,7 +48,6 @@ class SwEnvPrtPage : public SfxTabPage
DECL_LINK(LowerHdl, weld::ToggleButton&, void);
DECL_LINK(UpperHdl, weld::ToggleButton&, void);
DECL_LINK(ClickHdl, weld::ToggleButton&, void);
- DECL_LINK(AlignHdl, weld::ToggleButton&, void);
DECL_LINK(ButtonHdl, weld::Button&, void );
SwEnvDlg* GetParentSwEnvDlg() {return static_cast<SwEnvDlg*>(GetDialogController()); }
diff --git a/sw/source/uibase/inc/regionsw.hxx b/sw/source/uibase/inc/regionsw.hxx
index 3010288f51e8..adb2681efef2 100644
--- a/sw/source/uibase/inc/regionsw.hxx
+++ b/sw/source/uibase/inc/regionsw.hxx
@@ -82,7 +82,6 @@ class SwEditRegionDlg : public SfxDialogController
size_t FindArrPos(const SwSectionFormat* pFormat);
DECL_LINK( GetFirstEntryHdl, weld::TreeView&, void );
- DECL_LINK( DeselectHdl, weld::TreeView&, void );
DECL_LINK( OkHdl, weld::Button&, void );
DECL_LINK( NameEditHdl, weld::Entry&, void );