From e5438e9ef75a7fdc3c8c6ba44d116f277e036d96 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 27 Oct 2016 12:48:08 +0200 Subject: loplugin:expandablemethods in sdext Change-Id: I7d375d6eafdd450ac165539f8f7dd3d02826ac5b Reviewed-on: https://gerrit.libreoffice.org/30323 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sdext/source/presenter/PresenterWindowManager.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sdext/source/presenter/PresenterWindowManager.cxx') diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx index 557b4f94f5dc..2db64ef5eb11 100644 --- a/sdext/source/presenter/PresenterWindowManager.cxx +++ b/sdext/source/presenter/PresenterWindowManager.cxx @@ -1111,17 +1111,12 @@ Reference PresenterWindowManager::CreateClipPolyPolyg return xPolyPolygon; } - -void PresenterWindowManager::Invalidate() -{ - mpPresenterController->GetPaintManager()->Invalidate(mxParentWindow); -} void PresenterWindowManager::Update() { mxClipPolygon = nullptr; mbIsLayoutPending = true; - Invalidate(); + mpPresenterController->GetPaintManager()->Invalidate(mxParentWindow); } void PresenterWindowManager::ThrowIfDisposed() const -- cgit