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/09/17 15:03:45 UTC

[openoffice] branch AOO42X updated: Fixed typos (implementated -> implemented)

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 5b21bb1  Fixed typos (implementated -> implemented)
5b21bb1 is described below

commit 5b21bb1fef84f73beee7b2c82ccbf5566debaf8c
Author: mseidel <ms...@apache.org>
AuthorDate: Thu Sep 17 17:00:32 2020 +0200

    Fixed typos (implementated -> implemented)
    
    (cherry picked from commit b5acf79805e7f0a71facf3aabec1715348370040)
---
 main/sal/qa/osl/pipe/osl_Pipe.cxx      | 2 +-
 main/vcl/aqua/source/gdi/atslayout.cxx | 2 +-
 main/vcl/aqua/source/gdi/ctlayout.cxx  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/sal/qa/osl/pipe/osl_Pipe.cxx b/main/sal/qa/osl/pipe/osl_Pipe.cxx
index 1456d31..a3338cb 100644
--- a/main/sal/qa/osl/pipe/osl_Pipe.cxx
+++ b/main/sal/qa/osl/pipe/osl_Pipe.cxx
@@ -639,7 +639,7 @@ namespace osl_StreamPipe
     /** testing the methods:
         inline StreamPipe & SAL_CALL operator=(oslPipe Pipe);
         inline StreamPipe& SAL_CALL operator=(const Pipe& pipe);
-        mindy: not implementated in osl/pipe.hxx, so remove the cases
+        mindy: not implemented in osl/pipe.hxx, so remove the cases
     */
     // TEST(Sal_Test_StreamPipe, assign_ref) {
     //     ::osl::StreamPipe aPipe, aPipe1;
diff --git a/main/vcl/aqua/source/gdi/atslayout.cxx b/main/vcl/aqua/source/gdi/atslayout.cxx
index 8ed74ec..7de6065 100644
--- a/main/vcl/aqua/source/gdi/atslayout.cxx
+++ b/main/vcl/aqua/source/gdi/atslayout.cxx
@@ -1189,7 +1189,7 @@ void PolyArgs::ClosePolygon()
 // =======================================================================
 
 // glyph fallback is supported directly by Aqua
-// so methods used only by MultiSalLayout can be dummy implementated
+// so methods used only by MultiSalLayout can be dummy implemented
 bool ATSLayout::GetGlyphOutlines( SalGraphics&, PolyPolyVector& ) const { return false; }
 void ATSLayout::InitFont() {}
 void ATSLayout::MoveGlyph( int /*nStart*/, long /*nNewXPos*/ ) {}
diff --git a/main/vcl/aqua/source/gdi/ctlayout.cxx b/main/vcl/aqua/source/gdi/ctlayout.cxx
index 68d3c18..d1128d0 100644
--- a/main/vcl/aqua/source/gdi/ctlayout.cxx
+++ b/main/vcl/aqua/source/gdi/ctlayout.cxx
@@ -533,7 +533,7 @@ bool CTLayout::GetBoundRect( SalGraphics& rGraphics, Rectangle& rVCLRect ) const
 // =======================================================================
 
 // glyph fallback is supported directly by Aqua
-// so methods used only by MultiSalLayout can be dummy implementated
+// so methods used only by MultiSalLayout can be dummy implemented
 bool CTLayout::GetGlyphOutlines( SalGraphics&, PolyPolyVector& ) const { return false; }
 void CTLayout::InitFont() const {}
 void CTLayout::MoveGlyph( int /*nStart*/, long /*nNewXPos*/ ) {}