summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-19 09:40:25 +0200
committerNoel Grandin <noel@peralex.com>2016-01-19 11:01:56 +0200
commit5fe99ea3ee7b33a80f1419f2a4c9c1ea56dd00ee (patch)
tree0afae9735b407fe08421d19d702708a28f1e97c3 /sw/inc/redline.hxx
parent39969defa29948d77565a7cd8a3471baaec8f35d (diff)
loplugin:unusedmethods in sw/
Change-Id: Id452bfac5c83f130a138e06984a0c79c37af70ac
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index 72d590928201..6b3c2f5b12ff 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -227,8 +227,6 @@ public:
bool HasValidRange() const;
const SwRedlineData& GetRedlineData(sal_uInt16 nPos = 0) const;
- bool operator==( const SwRedlineData& rCmp ) const
- { return *pRedlineData == rCmp; }
bool operator!=( const SwRedlineData& rCmp ) const
{ return *pRedlineData != rCmp; }
void SetAutoFormatFlag() { pRedlineData->SetAutoFormatFlag(); }
@@ -292,7 +290,6 @@ public:
*/
OUString GetDescr(sal_uInt16 nPos = 0);
- bool operator==( const SwRangeRedline& ) const;
bool operator<( const SwRangeRedline& ) const;
void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};