summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorAkshayWarrier <aksmen121@gmail.com>2024-01-20 22:03:50 +0530
committerMike Kaganski <mike.kaganski@collabora.com>2024-01-21 04:46:31 +0100
commitdad0ea5c75445dc8ca316c4e5af1a9d6875699c1 (patch)
treea589d10185033121e95455ac76811804c45dbc15 /include/basegfx
parent73b4bbc371661df53717de59f84b056a206bc63f (diff)
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 <mike.kaganski@collabora.com>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/matrix/b3dhommatrix.hxx1
1 files changed, 0 insertions, 1 deletions
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);