summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r--sw/inc/docary.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index e9f447e9425a..8e89c8f528b9 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -127,7 +127,7 @@ public:
for (const_iterator it = begin() + aStartIdx;
it != begin() + aEndIdx; ++it)
delete *it;
- this->erase( begin() + aStartIdx, begin() + aEndIdx);
+ erase( begin() + aStartIdx, begin() + aEndIdx);
}
size_t GetPos(Value const& p) const