diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-03 14:52:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:44 +0200 |
commit | 4ec1f764ae662684cdcd394d2799bc09ade88c91 (patch) | |
tree | 6ddf0768e8698b9423ebc2373e4d874a4226eb01 /unusedcode.easy | |
parent | adbf974f828b23c4645e39267131428a2fa46792 (diff) |
remove unused code in basegfx
basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&)
basegfx::tools::equal(basegfx::B2DPolygon const&, basegfx::B2DPolygon const&, double const&)
basegfx::tools::equal(basegfx::B3DPolyPolygon const&, basegfx::B3DPolyPolygon const&)
Change-Id: Ia20358dca68e2240ca9eadd43a18fc6c1a3693a0
Diffstat (limited to 'unusedcode.easy')
-rw-r--r-- | unusedcode.easy | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index 5763e32aa60f..1a2901789408 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -210,9 +210,6 @@ apitest::XText::testInsertRemoveTextContent() apitest::XTextContent::testAttach() apitest::XTextContent::testGetAnchor() apitest::XTextField::testGetPresentation() -basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&) -basegfx::tools::equal(basegfx::B2DPolygon const&, basegfx::B2DPolygon const&, double const&) -basegfx::tools::equal(basegfx::B3DPolyPolygon const&, basegfx::B3DPolyPolygon const&) canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&) comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const |