From dad0ea5c75445dc8ca316c4e5af1a9d6875699c1 Mon Sep 17 00:00:00 2001 From: AkshayWarrier Date: Sat, 20 Jan 2024 22:03:50 +0530 Subject: tdf#157664 Drop operator != where respective == is defined Change-Id: I9eb0ea94f10126270f6e7c4433227ea60c21db79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162336 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/basegfx/matrix/b3dhommatrix.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/basegfx') diff --git a/include/basegfx/matrix/b3dhommatrix.hxx b/include/basegfx/matrix/b3dhommatrix.hxx index 29603f88ebdb..773898ccf65e 100644 --- a/include/basegfx/matrix/b3dhommatrix.hxx +++ b/include/basegfx/matrix/b3dhommatrix.hxx @@ -99,7 +99,6 @@ namespace basegfx // comparison bool operator==(const B3DHomMatrix& rMat) const; - bool operator!=(const B3DHomMatrix& rMat) const; // multiplication, division by constant value B3DHomMatrix& operator*=(double fValue); -- cgit v1.2.3