summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/solvrdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-13 13:31:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-13 17:51:33 +0100
commita54b3e8b8b7bf063117eaed19a590ce6c8a14e07 (patch)
tree8f757b61daddc8f8f2ebb26e5d226ed5695646c8 /sc/source/ui/inc/solvrdlg.hxx
parent418b6589752525a9937089a73f0e116109b27657 (diff)
Resolves: tdf#128077 cancel goalseek subdialogs on forced removal
Change-Id: Ifd0d81d8b5e1b6bea68e74be1cebf082e24d6dde Reviewed-on: https://gerrit.libreoffice.org/85114 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/solvrdlg.hxx')
-rw-r--r--sc/source/ui/inc/solvrdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/solvrdlg.hxx b/sc/source/ui/inc/solvrdlg.hxx
index 3fcadd881e0a..66a031fbd041 100644
--- a/sc/source/ui/inc/solvrdlg.hxx
+++ b/sc/source/ui/inc/solvrdlg.hxx
@@ -72,6 +72,8 @@ private:
std::unique_ptr<weld::Button> m_xBtnOk;
std::unique_ptr<weld::Button> m_xBtnCancel;
+ std::shared_ptr<weld::MessageDialog> m_xMessageBox;
+
void Init();
bool CheckTargetValue( const OUString& rStrVal );
void RaiseError( ScSolverErr eError );