diff options
Diffstat (limited to 'include/editeng/outlobj.hxx')
-rw-r--r-- | include/editeng/outlobj.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/outlobj.hxx b/include/editeng/outlobj.hxx index eac443bdd92a..f4d9c6a51a65 100644 --- a/include/editeng/outlobj.hxx +++ b/include/editeng/outlobj.hxx @@ -69,7 +69,6 @@ public: // compare operator bool operator==(const OutlinerParaObject& rCandidate) const; - bool operator!=(const OutlinerParaObject& rCandidate) const { return !operator==(rCandidate); } // #i102062# bool isWrongListEqual(const OutlinerParaObject& rCompare) const; |