summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-21 09:53:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-21 12:52:01 +0200
commit654d5434e50e72456ce11bfe69d9d86ef0551159 (patch)
tree056a8c3a189d308f900a714d4e21e4f4ce29d5d7 /include
parentd7f1ca82198e1cc73fe4bb38f3034c6dc110af83 (diff)
turn off OutputToWindow during dtor
Change-Id: I46d45c2487b7d4ac99d48ce0fc49bed120291f3c Reviewed-on: https://gerrit.libreoffice.org/72668 Tested-by: Jenkins 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/graphctl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx
index d4fe23b3abca..d6b1d2de553e 100644
--- a/include/svx/graphctl.hxx
+++ b/include/svx/graphctl.hxx
@@ -261,6 +261,8 @@ public:
{
}
+ virtual ~SvxGraphCtrlView() override;
+
// 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;