diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-16 13:57:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-17 18:10:30 +0200 |
commit | 810e1a86b0f87086f972f0b1190130ce3ec088b2 (patch) | |
tree | 8dd455a4c78b5c5a48426b61eec4faa572e60742 /include/svx/graphctl.hxx | |
parent | b5bc0d40ce55ced3c5019bdce27395e2a4f74454 (diff) |
there's already a way to customize the invalidation
Change-Id: I486494de730b8665e56cfc664b62830fb0b8b8ee
Reviewed-on: https://gerrit.libreoffice.org/72415
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/graphctl.hxx')
-rw-r--r-- | include/svx/graphctl.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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<sdr::overlay::OverlayManager> 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 |