diff options
author | Zsolt Bölöny <bolony.zsolt@gmail.com> | 2015-06-04 10:45:08 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-04 20:08:04 +0000 |
commit | 8854643a0a964f6aa511013c6ab31ed198c74e86 (patch) | |
tree | 9bc923a82196147d5b07d3dc0b53d651df05f56a /basegfx | |
parent | 4e96b278965875a95f02993590f30ab5859c1fed (diff) |
Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()
Change-Id: I5a59ff8e0db1aee52d0b683c9c64e4b18b64e66b
Reviewed-on: https://gerrit.libreoffice.org/16077
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/polygon/b3dpolygontools.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/basegfx/source/polygon/b3dpolygontools.cxx b/basegfx/source/polygon/b3dpolygontools.cxx index 10e35813fffa..62904d6b4c1d 100644 --- a/basegfx/source/polygon/b3dpolygontools.cxx +++ b/basegfx/source/polygon/b3dpolygontools.cxx @@ -72,11 +72,6 @@ namespace basegfx return aRetval; } - B3DVector getNormal(const B3DPolygon& rCandidate) - { - return rCandidate.getNormal(); - } - double getLength(const B3DPolygon& rCandidate) { double fRetval(0.0); |