summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/funcutl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/ui/dlg/funcutl.cxx')
-rw-r--r--formula/source/ui/dlg/funcutl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/formula/source/ui/dlg/funcutl.cxx b/formula/source/ui/dlg/funcutl.cxx
index 2d49d982b0f5..9052d7c6f19e 100644
--- a/formula/source/ui/dlg/funcutl.cxx
+++ b/formula/source/ui/dlg/funcutl.cxx
@@ -429,6 +429,7 @@ void EditBox::UpdateOldSel()
RefEdit::RefEdit( vcl::Window* _pParent, vcl::Window* pShrinkModeLabel, WinBits nStyle )
: Edit( _pParent, nStyle )
+ , aIdle("formula RefEdit Idle")
, pAnyRefDlg( nullptr )
, pLabelWidget(pShrinkModeLabel)
{
@@ -439,6 +440,7 @@ RefEdit::RefEdit( vcl::Window* _pParent, vcl::Window* pShrinkModeLabel, WinBits
RefEdit::RefEdit( vcl::Window* _pParent,IControlReferenceHandler* pParent,
vcl::Window* pShrinkModeLabel, const ResId& rResId )
: Edit( _pParent, rResId )
+ , aIdle("formula RefEdit Idle")
, pAnyRefDlg( pParent )
, pLabelWidget(pShrinkModeLabel)
{