You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/07/23 15:24:41 UTC

[openoffice] branch AOO42X updated: Fixed typos (avaiable -> available)

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new ae17235  Fixed typos (avaiable -> available)
ae17235 is described below

commit ae17235744d150d5efe8fce350a9376e5517dd59
Author: mseidel <ms...@apache.org>
AuthorDate: Thu Jul 23 17:21:29 2020 +0200

    Fixed typos (avaiable -> available)
    
    (cherry picked from commit 87ecdd25c15376b990672360a036902c29c38b08)
---
 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;