summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorAnkit_Jaipuriar <ankitjaipuriar07@gmail.com>2023-10-10 19:33:31 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2023-11-03 07:48:19 +0100
commit47e06b18ede70f3496bc7da97e1761fe1dbf629c (patch)
tree396c025b4eaf04748b736300036a756348933aa4 /include/basegfx
parenta2e0b39b62129d9dbae438ec6b12fca210bbcbb5 (diff)
tdf#157664 Drop operator !=, where respective operator == is defined
Change-Id: I88b25dd676fc57303978e3d5e875af129240b676 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157762 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/polygon/b2dpolygon.hxx1
-rw-r--r--include/basegfx/polygon/b3dpolygon.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/basegfx/polygon/b2dpolygon.hxx b/include/basegfx/polygon/b2dpolygon.hxx
index 435ebf419cba..c63bda845d96 100644
--- a/include/basegfx/polygon/b2dpolygon.hxx
+++ b/include/basegfx/polygon/b2dpolygon.hxx
@@ -72,7 +72,6 @@ namespace basegfx
/// compare operators
bool operator==(const B2DPolygon& rPolygon) const;
- bool operator!=(const B2DPolygon& rPolygon) const;
/// member count
sal_uInt32 count() const;
diff --git a/include/basegfx/polygon/b3dpolygon.hxx b/include/basegfx/polygon/b3dpolygon.hxx
index ea9ea2fdedcf..13f8ed293f59 100644
--- a/include/basegfx/polygon/b3dpolygon.hxx
+++ b/include/basegfx/polygon/b3dpolygon.hxx
@@ -58,7 +58,6 @@ namespace basegfx
// compare operators
bool operator==(const B3DPolygon& rPolygon) const;
- bool operator!=(const B3DPolygon& rPolygon) const;
// member count
sal_uInt32 count() const;