diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-05 09:33:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:34:36 +0200 |
commit | 1f6cce7e52c5007457d1a39263efe54ee87e9fab (patch) | |
tree | 21b5cf13e0e08a7d6f81694f4c06896d2d5963c8 /unusedcode.easy | |
parent | 8c443f5c03d5202a7ef0c2738a21c74c36ef06a2 (diff) |
Revert "remove unused code in basegfx"
Some of this code is used by Windows.
This reverts commit b96724560f119b1b9ab8b5e1ee1759fd9b2db203.
Diffstat (limited to 'unusedcode.easy')
-rw-r--r-- | unusedcode.easy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index 28cf374a75f1..d6e4ae4bb4b1 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -163,6 +163,9 @@ 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 |