diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 05:25:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 05:25:34 +0200 |
commit | 67aa60007e80104969e2b634ff1a07fd96f55248 (patch) | |
tree | 9697c3c8b42037470d1a456af1d566da5b3e4c69 /sc/source/ui/view/viewfun4.cxx | |
parent | 3770bbbdba912b8a83d79842828a4b30894b4c70 (diff) |
remove dead code
Change-Id: I1323fc4e283e9112cceea3acc759a6e0fb4efcb4
Diffstat (limited to 'sc/source/ui/view/viewfun4.cxx')
-rw-r--r-- | sc/source/ui/view/viewfun4.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx index c78374200997..7a887d5cf18f 100644 --- a/sc/source/ui/view/viewfun4.cxx +++ b/sc/source/ui/view/viewfun4.cxx @@ -354,12 +354,6 @@ void ScViewFunc::DoThesaurus( sal_Bool bRecord ) com::sun::star::uno::Reference<com::sun::star::linguistic2::XSpellChecker1> xSpeller = LinguMgr::GetSpellChecker(); - //! if (...) // thesaurus not available - //! { - //! ErrorMessage(STR_EXPORT_ASCII_WARNING); - //! delete pEditSel; - //! return; - //! } pThesaurusEngine = new ScEditEngineDefaulter( pDoc->GetEnginePool() ); pThesaurusEngine->SetEditTextObjectPool( pDoc->GetEditPool() ); |