diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-17 16:10:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-18 16:32:55 +0200 |
commit | 228723ea962e33b472317b41f31b032421879093 (patch) | |
tree | ecf94ae37a87a8c8944fa404dbf3efb1f8511ade /include/formula | |
parent | 4985446a827c53bf2f1840a279b07f065f622f0e (diff) |
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.hxx | 4 |
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; |