summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-16 10:37:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-17 09:54:18 +0200
commitf90a48046331eaa1ca60c5298ccdbaf0738077aa (patch)
tree541bf4f881c3d15126319f7c25bfd2173177d060 /include
parent5ccaa8976fc9bffddacfbe804646f4dce099ddb0 (diff)
split out toplevel window area invalidate
Change-Id: I840ed6cbb3f7950230b1f7169ae3245a4a669249 Reviewed-on: https://gerrit.libreoffice.org/72410 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdpntv.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index a5eee136faec..bdfa2c705484 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -238,6 +238,7 @@ public:
SdrPaintWindow* GetPaintWindow(sal_uInt32 nIndex) const;
// Replacement for GetWin(0), may return 0L (!)
OutputDevice* GetFirstOutputDevice() const;
+ static void InvalidateWindow(const tools::Rectangle& rArea, OutputDevice& rDevice);
private:
SVX_DLLPRIVATE void ImpClearVars();