From feb17e47bc04e2af6b4ecf7202764ce980f83242 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 19 May 2021 17:36:48 +0100 Subject: tdf#142364 exception thrown during destruction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4e06ac82108e5381cd11fbd6407e1ce1e85c3ac6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115822 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- chart2/source/controller/sidebar/ChartErrorBarPanel.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'chart2/source/controller/sidebar/ChartErrorBarPanel.hxx') diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx index 0b95a565bf01..e87a65d845b9 100644 --- a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx +++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx @@ -78,6 +78,7 @@ private: bool mbModelValid; void Initialize(); + void doUpdateModel(css::uno::Reference xModel); DECL_LINK(RadioBtnHdl, weld::ToggleButton&, void); DECL_LINK(ListBoxHdl, weld::ComboBox&, void); -- cgit