summaryrefslogtreecommitdiffstats
path: root/include/formula
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-04-17 16:10:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-04-18 16:32:55 +0200
commit228723ea962e33b472317b41f31b032421879093 (patch)
treeecf94ae37a87a8c8944fa404dbf3efb1f8511ade /include/formula
parentUpdate git submodules (diff)
downloadcore-228723ea962e33b472317b41f31b032421879093.tar.gz
core-228723ea962e33b472317b41f31b032421879093.zip
weld ScOptSolverDlg
Change-Id: Ie2b43377f950cb16e143f6e9ef7081bf92277088 Reviewed-on: https://gerrit.libreoffice.org/70903 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/funcutl.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx
index df1d8cb25897..51e1b9dbae09 100644
--- a/include/formula/funcutl.hxx
+++ b/include/formula/funcutl.hxx
@@ -86,8 +86,10 @@ public:
class FORMULA_DLLPUBLIC WeldRefEdit
{
-private:
+protected:
std::unique_ptr<weld::Entry> xEntry;
+
+private:
Idle aIdle;
IControlReferenceHandler* pAnyRefDlg; // parent dialog
weld::Label* pLabelWidget;