From 27450bc72d88b8490d17cb506f85fb4d838df0ea Mon Sep 17 00:00:00 2001 From: Juergen Funk Date: Wed, 23 Dec 2015 00:09:50 +0100 Subject: [PATCH] unused code SvpSalFrame::enableDamageTracker(bool) used here http://opengrok.libreoffice.org/xref/core/vcl/android/androidinst.cxx#127 Change-Id: If1b0ff8ef4c585e4b36c4735d7928361fb41b238 Reviewed-on: https://gerrit.libreoffice.org/20885 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- unusedcode.easy | 1 - unusedcode.exclude | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/unusedcode.easy b/unusedcode.easy index 988b3714f0ba..f71ba6dcc587 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -25,7 +25,6 @@ StyleSettings::SetSpinSize(long) StyleSettings::SetTitleHeight(long) StyleSettings::SetUseFlatBorders(bool) StyleSettings::SetUseFlatMenus(bool) -SvpSalFrame::enableDamageTracker(bool) SvpSalInstance::PostedEventsInQueue() SvtAccessibilityOptions::IsModified() const SvtListener::IsListening(SvtBroadcaster&) const diff --git a/unusedcode.exclude b/unusedcode.exclude index 42f277623eb7..d8a8054d329a 100644 --- a/unusedcode.exclude +++ b/unusedcode.exclude @@ -29,4 +29,5 @@ comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUStrin comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::shared_ptr const&, rtl::OUString const&, com::sun::star::uno::Any const&) const FontCharMap::GetDefaultMap(bool) OutputDevice::LogicToLogic(basegfx::B2DPolyPolygon const&, MapMode const&, MapMode const&) +SvpSalFrame::enableDamageTracker(bool)