diff options
author | Alexander Bergmann <myaddons@gmx.de> | 2012-02-15 13:15:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-15 13:15:50 +0000 |
commit | 3626c2cef7c39bda96e2d3bc0d5a53ba1044aadc (patch) | |
tree | 2853ce190654f0826ccd609762bb656cd16877dd /svtools/source/edit | |
parent | a62395237ed78f982ae74efe5ed8ad7834a2f95b (diff) |
unusedcode.easy: Removed unused code
Diffstat (limited to 'svtools/source/edit')
-rw-r--r-- | svtools/source/edit/svmedit.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx index 44ad0d1a050b..267a20337254 100644 --- a/svtools/source/edit/svmedit.cxx +++ b/svtools/source/edit/svmedit.cxx @@ -139,7 +139,6 @@ public: void SetMaxTextLen( xub_StrLen nLen ); xub_StrLen GetMaxTextLen() const; - void SetInsertMode( sal_Bool bInsert ); sal_Bool IsInsertMode() const; void InsertText( const String& rStr ); @@ -396,11 +395,6 @@ sal_Bool ImpSvMEdit::IsModified() const return mpTextWindow->GetTextEngine()->IsModified(); } -void ImpSvMEdit::SetInsertMode( sal_Bool bInsert ) -{ - mpTextWindow->GetTextView()->SetInsertMode( bInsert ); -} - void ImpSvMEdit::SetReadOnly( sal_Bool bRdOnly ) { mpTextWindow->GetTextView()->SetReadOnly( bRdOnly ); |