unusedcode.easy | 1 - unusedcode.exclude | 1 + 2 files changed, 1 insertion(+), 1 deletion(-)
New commits: commit be0b36992969ec5b372fa6d11a00f573073d00b2 Author: Juergen Funk <[email protected]> Date: Mon Jan 4 19:03:47 2016 +0100 unused SalGraphics::drawTransformedBitmap( basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*) it used here http://opengrok.libreoffice.org/xref/core/vcl/quartz/salgdicommon.cxx#669 and http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/gdiimpl.cxx#2305 Change-Id: Ia177e27fe1dcec0ca441547db0240fb3f62650a7 Reviewed-on: https://gerrit.libreoffice.org/21085 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Noel Grandin <[email protected]> diff --git a/unusedcode.easy b/unusedcode.easy index f71ba6d..d77024d7 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -5,7 +5,6 @@ OpenGLContext::requestSingleBufferedRendering() OpenGLContext::requestVirtualDevice() OpenGLRender::CreateTextTexture(rtl::OUString const&, vcl::Font, long, com::sun::star::awt::Point, com::sun::star::awt::Size, long) OpenGLTexture::Draw() -SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*) ScCellValue::set(ScRefCellValue const&) ScImportExport::ImportData(rtl::OUString const&, com::sun::star::uno::Any const&) ScImportExport::ScImportExport(ScDocument*, rtl::OUString const&) diff --git a/unusedcode.exclude b/unusedcode.exclude index d8a8054..716e6a5 100644 --- a/unusedcode.exclude +++ b/unusedcode.exclude @@ -30,4 +30,5 @@ comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::share FontCharMap::GetDefaultMap(bool) OutputDevice::LogicToLogic(basegfx::B2DPolyPolygon const&, MapMode const&, MapMode const&) SvpSalFrame::enableDamageTracker(bool) +SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
