diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-01 22:55:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-07 16:17:51 +0000 |
commit | 6dd888e8998b94cf8a3092485c90a35fd4d05109 (patch) | |
tree | bd8688a102a4784870dbd30437f6b30c67815753 /cui | |
parent | 5d4a4f75981a9a8c199164959d3acee438d864b4 (diff) |
callcatcher: update unused code
Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 10 | ||||
-rw-r--r-- | cui/source/inc/SpellDialog.hxx | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 4fa2cfe9b1af..c3e3f4fdeeea 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -1190,16 +1190,6 @@ bool SpellDialog::ApplyChangeAllList_Impl(SpellPortions& rSentence, bool &bHasRe } //----------------------------------------------------------------------- -SentenceEditWindow_Impl::SentenceEditWindow_Impl(Window* pParent, const ResId& rResId) - : MultiLineEdit(pParent, rResId) - , m_nErrorStart(0) - , m_nErrorEnd(0) - , m_bIsUndoEditMode(false) -{ - DisableSelectionOnFocus(); -} - -//----------------------------------------------------------------------- SentenceEditWindow_Impl::SentenceEditWindow_Impl(Window * pParent, WinBits nBits) : MultiLineEdit(pParent, nBits) , m_nErrorStart(0) diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx index d3004d2bddd8..5cfeeaa1ccc1 100644 --- a/cui/source/inc/SpellDialog.hxx +++ b/cui/source/inc/SpellDialog.hxx @@ -75,7 +75,6 @@ protected: virtual long PreNotify( NotifyEvent& rNEvt ); public: - SentenceEditWindow_Impl(Window* pParent, const ResId& rResId); SentenceEditWindow_Impl(Window* pParent, WinBits nBits); ~SentenceEditWindow_Impl(); |