summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-28 10:10:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-29 07:28:57 +0100
commita566fd1c1a50f9bcb4c69a19bdf4fb1955285d93 (patch)
tree13273efcf8aa69ce39a1860dc3d111c071e6a7b3 /sw/inc
parent411260d836e7bf6c693b9b7d16af1b36184133af (diff)
loplugin:unusedmethods
Change-Id: I2efb5c0e5735c179314c6c5de87821cee3b033e1 Reviewed-on: https://gerrit.libreoffice.org/45386 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/SwNumberTree.hxx7
-rw-r--r--sw/inc/pagedesc.hxx2
-rw-r--r--sw/inc/view.hxx1
3 files changed, 0 insertions, 10 deletions
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx
index c81f159753ec..960d89335b0d 100644
--- a/sw/inc/SwNumberTree.hxx
+++ b/sw/inc/SwNumberTree.hxx
@@ -280,13 +280,6 @@ public:
void InvalidateMe();
/**
- Validate the tree.
-
- Validates all nodes in this subtree.
- */
- void ValidateTree();
-
- /**
Validates this node.
Calls Validate(this) on parent.
diff --git a/sw/inc/pagedesc.hxx b/sw/inc/pagedesc.hxx
index 8aae903f9f99..21878db19466 100644
--- a/sw/inc/pagedesc.hxx
+++ b/sw/inc/pagedesc.hxx
@@ -267,8 +267,6 @@ public:
static SwPageDesc* GetByName(SwDoc& rDoc, const OUString& rName);
SwPageDesc& operator=( const SwPageDesc& );
- bool operator<(const SwPageDesc& pd) const
- { return m_StyleName < pd.m_StyleName; }
SwPageDesc( const SwPageDesc& );
virtual ~SwPageDesc() override;
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx
index a1dc5bcf9359..a865b4184ee5 100644
--- a/sw/inc/view.hxx
+++ b/sw/inc/view.hxx
@@ -528,7 +528,6 @@ public:
bool IsFormMode() const;
bool IsBezierEditMode();
bool AreOnlyFormsSelected() const;
- bool HasDrwObj(SdrObject const *pSdrObj) const;
bool HasOnlyObj(SdrObject const *pSdrObj, SdrInventor eObjInventor) const;
bool BeginTextEdit( SdrObject* pObj, SdrPageView* pPV=nullptr,
vcl::Window* pWin=nullptr, bool bIsNewObj=false, bool bSetSelectionToStart=false );