Kaydet (Commit) ac57362b authored tarafından Julien Nabet's avatar Julien Nabet

Typo: and->end

Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526
üst d718c1f6
...@@ -1544,7 +1544,7 @@ bool SentenceEditWindow_Impl::MarkNextError( bool bIgnoreCurrentError, com::sun: ...@@ -1544,7 +1544,7 @@ bool SentenceEditWindow_Impl::MarkNextError( bool bIgnoreCurrentError, com::sun:
sal_uInt16 nTextLen = pTextEngine->GetTextLen(0); sal_uInt16 nTextLen = pTextEngine->GetTextLen(0);
if(m_nErrorEnd >= nTextLen - 1) if(m_nErrorEnd >= nTextLen - 1)
return false; return false;
//if it's not already modified the modified flag has to be reset at the and of the marking //if it's not already modified the modified flag has to be reset at the end of the marking
bool bModified = IsModified(); bool bModified = IsModified();
bool bRet = false; bool bRet = false;
const sal_uInt16 nOldErrorStart = m_nErrorStart; const sal_uInt16 nOldErrorStart = m_nErrorStart;
......
...@@ -335,7 +335,7 @@ void GetEnglishSearchFontName( OUString& rName ) ...@@ -335,7 +335,7 @@ void GetEnglishSearchFontName( OUString& rName )
// Remove Script at the end // Remove Script at the end
// Scriptname must be the last part of the fontname and // Scriptname must be the last part of the fontname and
// looks like "fontname (scriptname)". So there can only be a // looks like "fontname (scriptname)". So there can only be a
// script name at the and of the fontname, when the last char is ')' // script name at the end of the fontname, when the last char is ')'
if ( (nLen >= 3) && rName[ nLen-1 ] == ')' ) if ( (nLen >= 3) && rName[ nLen-1 ] == ')' )
{ {
int nOpen = 1; int nOpen = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment