summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-24 17:10:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-25 11:41:23 +0100
commitf23297e11148fdd7b28e242e8b77f375f969c617 (patch)
tree1452bd42d6b2af9f42f04d45a8eec2a4679dc172 /formula
parent30a458d7e1dcd8c7b35cd74b10ce41d2a89e8552 (diff)
no Edit controls loaded from .src now
Change-Id: I42c7377c101c642ea39028e05e4ffd58fc7435d7
Diffstat (limited to 'formula')
-rw-r--r--formula/source/ui/dlg/funcutl.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/formula/source/ui/dlg/funcutl.cxx b/formula/source/ui/dlg/funcutl.cxx
index 9e9777a7d6e7..1fc5a9e9afe6 100644
--- a/formula/source/ui/dlg/funcutl.cxx
+++ b/formula/source/ui/dlg/funcutl.cxx
@@ -412,17 +412,6 @@ RefEdit::RefEdit( vcl::Window* _pParent, vcl::Window* pShrinkModeLabel, WinBits
aIdle.SetPriority( SchedulerPriority::LOW );
}
-RefEdit::RefEdit( vcl::Window* _pParent,IControlReferenceHandler* pParent,
- vcl::Window* pShrinkModeLabel, const ResId& rResId )
- : Edit( _pParent, rResId )
- , aIdle("formula RefEdit Idle")
- , pAnyRefDlg( pParent )
- , pLabelWidget(pShrinkModeLabel)
-{
- aIdle.SetIdleHdl( LINK( this, RefEdit, UpdateHdl ) );
- aIdle.SetPriority( SchedulerPriority::LOW );
-}
-
VCL_BUILDER_DECL_FACTORY(RefEdit)
{
(void)rMap;