diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-12-18 14:10:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-12-18 14:10:00 +0000 |
commit | 0e41ac89cb526b83a4190b43cdb38fc37d737ad8 (patch) | |
tree | ec25b979ababcaca8e4cef7c4e895d470067bb7a | |
parent | e0a6d52de06dfefaed506087203cf38bef1d5a3d (diff) |
#i10000# Changed text::TextMarkupType::GRAMMAR into text::TextMarkupType::PROOFREADING
-rw-r--r-- | sw/source/core/unocore/unotextmarkup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unotextmarkup.cxx b/sw/source/core/unocore/unotextmarkup.cxx index 8f95fed99cea..260de7652f91 100644 --- a/sw/source/core/unocore/unotextmarkup.cxx +++ b/sw/source/core/unocore/unotextmarkup.cxx @@ -243,7 +243,7 @@ void lcl_commitGrammarMarkUp( ::sal_Int32 nLength, const uno::Reference< container::XStringKeyMap > & xMarkupInfoContainer) { - ASSERT( nType == text::TextMarkupType::GRAMMAR || nType == text::TextMarkupType::SENTENCE, "Wrong mark-up type" ) + ASSERT( nType == text::TextMarkupType::PROOFREADING || nType == text::TextMarkupType::SENTENCE, "Wrong mark-up type" ) const ModelToViewHelper::ModelPosition aStartPos = ModelToViewHelper::ConvertToModelPosition( pConversionMap, nStart ); const ModelToViewHelper::ModelPosition aEndPos = |