From 27f1ba57e21df720553b2a8b321c2d0af58bc9f3 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 11 Oct 2012 06:29:26 +0200 Subject: kill RefEdit constructor that does not initialize the highlighting Change-Id: I5c277526fdf376bfa96466e25975388edc3c7950 --- formula/source/ui/dlg/funcutl.cxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'formula/source/ui') diff --git a/formula/source/ui/dlg/funcutl.cxx b/formula/source/ui/dlg/funcutl.cxx index d97398d6a7ad..edbfee0bef38 100644 --- a/formula/source/ui/dlg/funcutl.cxx +++ b/formula/source/ui/dlg/funcutl.cxx @@ -86,7 +86,7 @@ void ValWnd::SetValue( const String& rStrVal ) //---------------------------------------------------------------------------- ArgEdit::ArgEdit( Window* pParent, const ResId& rResId ) - : RefEdit( pParent, rResId ), + : RefEdit( pParent, NULL, rResId ), pEdPrev ( NULL ), pEdNext ( NULL ), pSlider ( NULL ), @@ -854,12 +854,6 @@ RefEdit::RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResI aTimer.SetTimeout( SC_ENABLE_TIME ); } -RefEdit::RefEdit( Window* pParent, const ResId& rResId ) : - Edit( pParent, rResId ), - pAnyRefDlg( NULL ) -{ -} - RefEdit::~RefEdit() { aTimer.SetTimeoutHdl( Link() ); -- cgit