diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-11 06:29:26 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-11 06:30:17 +0200 |
commit | 27f1ba57e21df720553b2a8b321c2d0af58bc9f3 (patch) | |
tree | 3de489e59d5fab926657576990594f6dea63becb /formula/source | |
parent | 21ccb6b4d93282fbd93d6764ae29e0f1af7b2f68 (diff) |
kill RefEdit constructor that does not initialize the highlighting
Change-Id: I5c277526fdf376bfa96466e25975388edc3c7950
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/ui/dlg/funcutl.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
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() ); |