basctl/source/inc/scriptdocument.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 606bde742eb94767c9713f58a7b844c0c2957d60 Author: Zainab Abbasi <101zabb...@gmail.com> AuthorDate: Wed Apr 17 13:41:13 2024 -0700 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Mon Jun 3 09:02:08 2024 +0200 tdf#157664 Drop operator !=, where respective operator == is defined Change-Id: Ib6f2338bf457b7a7e7b36152337bd777b9e1d293 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166192 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx index da7f2b50d307..d52dcb6c8c5f 100644 --- a/basctl/source/inc/scriptdocument.hxx +++ b/basctl/source/inc/scriptdocument.hxx @@ -152,7 +152,6 @@ namespace basctl // comparison bool operator==( const ScriptDocument& _rhs ) const; - bool operator!=( const ScriptDocument& _rhs ) const { return !( *this == _rhs ); } /// retrieves a (pretty simple) hash code for the document sal_Int32 hashCode() const;