From 5b04c9063cc9dd77dc55c361df081812af38cdbd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 3 Mar 2013 11:08:31 +0100 Subject: remove unused and commented out code This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7 --- editeng/source/misc/splwrap.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'editeng/source/misc/splwrap.cxx') diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx index 26edd7e69872..aefd764892cc 100644 --- a/editeng/source/misc/splwrap.cxx +++ b/editeng/source/misc/splwrap.cxx @@ -306,15 +306,6 @@ void SvxSpellWrapper::ChangeWord( const String&, const sal_uInt16 ) // ----------------------------------------------------------------------- -String SvxSpellWrapper::GetThesWord() -{ - // What word should be looked up? - return String(); -} - -// ----------------------------------------------------------------------- - - void SvxSpellWrapper::ChangeThesWord( const String& ) { // replace word due to Thesaurus. -- cgit