diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-16 13:03:51 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-16 13:03:51 +0000 |
commit | 702866b7728c664b4fecf1ec9b5ef037bb00cd3e (patch) | |
tree | eae8d8b8ba7cb7d066a5d82d1b6abc44b733c814 /svx | |
parent | 4364895ebdc6f01763e73ded4767e75ca409bab5 (diff) |
INTEGRATION: CWS tl55 (1.76.10); FILE MERGED
2008/07/07 15:18:11 tl 1.76.10.2: RESYNC: (1.76-1.77); FILE MERGED
2008/06/23 13:42:31 os 1.76.10.1: #i85999# dialog interface extended for grammar checking
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/editeng/impedit4.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit4.cxx b/svx/source/editeng/impedit4.cxx index 14d8938c31af..644b13aaafa2 100644 --- a/svx/source/editeng/impedit4.cxx +++ b/svx/source/editeng/impedit4.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: impedit4.cxx,v $ - * $Revision: 1.77 $ + * $Revision: 1.78 $ * * This file is part of OpenOffice.org. * @@ -2003,7 +2003,7 @@ Reference< XSpellAlternatives > ImpEditEngine::ImpFindNextError(EditSelection& r /*-- 13.10.2003 16:43:27--------------------------------------------------- -----------------------------------------------------------------------*/ -bool ImpEditEngine::SpellSentence(EditView& rEditView, ::svx::SpellPortions& rToFill) +bool ImpEditEngine::SpellSentence(EditView& rEditView, ::svx::SpellPortions& rToFill, bool /*bIsGrammarChecking*/ ) { #ifdef SVX_LIGHT #else @@ -2174,7 +2174,7 @@ void ImpEditEngine::AddPortionIterated( /*-- 13.10.2003 16:43:33--------------------------------------------------- -----------------------------------------------------------------------*/ -void ImpEditEngine::ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions) +void ImpEditEngine::ApplyChangedSentence(EditView& rEditView, const ::svx::SpellPortions& rNewPortions, bool /*bIsGrammarChecking*/ ) { #ifdef SVX_LIGHT #else |