From 810e1a86b0f87086f972f0b1190130ce3ec088b2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 16 May 2019 13:57:07 +0100 Subject: there's already a way to customize the invalidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I486494de730b8665e56cfc664b62830fb0b8b8ee Reviewed-on: https://gerrit.libreoffice.org/72415 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svx/graphctl.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/svx/graphctl.hxx') diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx index b4044d2b072b..d4fe23b3abca 100644 --- a/include/svx/graphctl.hxx +++ b/include/svx/graphctl.hxx @@ -264,7 +264,8 @@ public: // override these so we can get the occasions SdrPaintView would call Window::Invalidate on its vcl::Window // if it had one, and route to WidgetController::Invalidate instead virtual rtl::Reference CreateOverlayManager(OutputDevice& rDevice) const override; - virtual void InvalidateWindow(const tools::Rectangle& rArea, OutputDevice& rDevice) const override; + virtual void InvalidateOneWin(OutputDevice& rWin) override; + virtual void InvalidateOneWin(OutputDevice& rWin, const tools::Rectangle& rRect) override; }; #endif // INCLUDED_SVX_GRAPHCTL_HXX -- cgit