summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-28 11:47:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-28 11:47:44 +0200
commit810437129ac5d114d28692446243670e1e3efa2e (patch)
tree7273b14b3bdf9fd6acb801a4e7c6350d39bb127e /sw/inc/docary.hxx
parent4aabef0212d3651cfba81c6e66e957c2edcd3da9 (diff)
-Werror=ignored-qualifiers (GCC 8)
Change-Id: Icc576de378c27764aa50457f8d548564eb4a3aec
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 424680b329c6..e9f447e9425a 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -332,7 +332,7 @@ private:
vector_type maVector;
public:
~SwRedlineTable();
- bool Contains(const SwRangeRedline* p) const { return maVector.find(const_cast<SwRangeRedline* const>(p)) != maVector.end(); }
+ bool Contains(const SwRangeRedline* p) const { return maVector.find(const_cast<SwRangeRedline*>(p)) != maVector.end(); }
size_type GetPos(const SwRangeRedline* p) const;
bool Insert(SwRangeRedlinePtr& p);