This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new 87ecdd2 Fixed typos (avaiable -> available) 87ecdd2 is described below commit 87ecdd25c15376b990672360a036902c29c38b08 Author: mseidel <msei...@apache.org> AuthorDate: Thu Jul 23 17:21:29 2020 +0200 Fixed typos (avaiable -> available) --- main/sw/source/core/doc/doc.cxx | 2 +- main/sw/source/core/layout/laycache.cxx | 2 +- main/sw/source/filter/ascii/parasc.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/sw/source/core/doc/doc.cxx b/main/sw/source/core/doc/doc.cxx index 092fe2b..eeb2dcd 100644 --- a/main/sw/source/core/doc/doc.cxx +++ b/main/sw/source/core/doc/doc.cxx @@ -315,7 +315,7 @@ void SwDoc::set(/*[in]*/ DocumentSettingId id, /*[in]*/ bool value) // COMPATIBILITY FLAGS END - case BROWSE_MODE: //can be used temporary (load/save) when no ViewShell is avaiable + case BROWSE_MODE: //can be used temporary (load/save) when no ViewShell is available mbLastBrowseMode = value; break; case HTML_MODE: diff --git a/main/sw/source/core/layout/laycache.cxx b/main/sw/source/core/layout/laycache.cxx index b74c4da..67ac3d4 100644 --- a/main/sw/source/core/layout/laycache.cxx +++ b/main/sw/source/core/layout/laycache.cxx @@ -1021,7 +1021,7 @@ void SwLayHelper::_CheckFlyCache( SwPageFrm* pPage ) if( !pImpl || !pPage ) return; sal_uInt16 nFlyCount = pImpl->GetFlyCount(); - // Any text frames at the page, fly cache avaiable? + // Any text frames at the page, fly cache available? if( pPage->GetSortedObjs() && nFlyIdx < nFlyCount ) { SwSortedObjs &rObjs = *pPage->GetSortedObjs(); diff --git a/main/sw/source/filter/ascii/parasc.cxx b/main/sw/source/filter/ascii/parasc.cxx index 0d78b90..94493c5 100644 --- a/main/sw/source/filter/ascii/parasc.cxx +++ b/main/sw/source/filter/ascii/parasc.cxx @@ -298,7 +298,7 @@ sal_uLong SwASCIIParser::ReadChars() if( currentCharSet == RTL_TEXTENCODING_DONTKNOW ) currentCharSet = RTL_TEXTENCODING_ASCII_US; hConverter = rtl_createTextToUnicodeConverter( currentCharSet ); - ASSERT( hConverter, "no string convert avaiable" ); + ASSERT( hConverter, "no string convert available" ); if (!hConverter) return ERROR_SW_READ_BASE; bSwapUnicode = false;