diff options
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(); |