diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-12-04 13:43:16 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-12-04 13:43:16 +0000 |
commit | d8ecda3b3db92a90f427074045c5d63a212c27d4 (patch) | |
tree | c0fac25ce66f3b0be058a1a0301b120c7d8275ae /svx/source/editeng | |
parent | 423799d89aa975cc6654116885e9a7f945c8d3d8 (diff) |
#95479# IsWrongSpelledWord - SelectWord with ::com::sun::star::i18n::WordType::DICTIONARY_WORD
Diffstat (limited to 'svx/source/editeng')
-rw-r--r-- | svx/source/editeng/impedit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit.cxx b/svx/source/editeng/impedit.cxx index fe83310eebb5..c5db69af2f05 100644 --- a/svx/source/editeng/impedit.cxx +++ b/svx/source/editeng/impedit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: mt $ $Date: 2001-11-23 13:02:44 $ + * last change: $Author: mt $ $Date: 2001-12-04 14:43:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1076,7 +1076,7 @@ sal_Bool ImpEditView::IsWrongSpelledWord( const EditPaM& rPaM, sal_Bool bMarkIfW #ifndef SVX_LIGHT if ( rPaM.GetNode()->GetWrongList() ) { - EditSelection aSel = pEditEngine->pImpEditEngine->SelectWord( rPaM ); + EditSelection aSel = pEditEngine->pImpEditEngine->SelectWord( rPaM, ::com::sun::star::i18n::WordType::DICTIONARY_WORD ); bIsWrong = rPaM.GetNode()->GetWrongList()->HasWrong( aSel.Min().GetIndex(), aSel.Max().GetIndex() ); if ( bIsWrong && bMarkIfWrong ) { |