summaryrefslogtreecommitdiff
path: root/sw/inc/edimp.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/edimp.hxx
parent39969defa29948d77565a7cd8a3471baaec8f35d (diff)
loplugin:unusedmethods in sw/
Change-Id: Id452bfac5c83f130a138e06984a0c79c37af70ac
Diffstat (limited to 'sw/inc/edimp.hxx')
-rw-r--r--sw/inc/edimp.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/edimp.hxx b/sw/inc/edimp.hxx
index 67991490ff43..20e891a18718 100644
--- a/sw/inc/edimp.hxx
+++ b/sw/inc/edimp.hxx
@@ -49,8 +49,6 @@ public:
size_t Count() const
{ return maVector.size(); }
- SwPamRange operator[]( size_t nPos ) const
- { return maVector[nPos]; }
private:
o3tl::sorted_vector<SwPamRange> maVector;
};