[Libreoffice-commits] core.git: 2 commits - basic/source drawinglayer/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 15 05:08:43 UTC 2019


 basic/source/comp/dim.cxx                              |    2 +-
 drawinglayer/source/attribute/fillgraphicattribute.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 051f0dca87745bef19adee20393b3b45991f60a2
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:26:03 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 15 07:07:43 2019 +0200

    Fix typo
    
    Change-Id: I1e3ce93fb4aa475fb73a2521a0127d37a5b84dc1
    Reviewed-on: https://gerrit.libreoffice.org/72326
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/drawinglayer/source/attribute/fillgraphicattribute.cxx b/drawinglayer/source/attribute/fillgraphicattribute.cxx
index 72da948fc96c..11e40a3fd50c 100644
--- a/drawinglayer/source/attribute/fillgraphicattribute.cxx
+++ b/drawinglayer/source/attribute/fillgraphicattribute.cxx
@@ -56,7 +56,7 @@ namespace drawinglayer
             {
                 // access once to ensure that the buffered bitmap exists, else
                 // the SolarMutex may be needed to create it. This may not be
-                // available when a renderer works with multi-treading.
+                // available when a renderer works with multi-threading.
                 // When changing this, please check if it is still possible to
                 // use a metafile as texture for a 3D object
                 maGraphic.GetBitmapEx();
commit 9e6ca513aca0d681d663f29cfa3a476d5c757657
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:26:20 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 15 07:07:07 2019 +0200

    Fix typo
    
    Change-Id: I715da280563c7c3f03eb9b521478db4481ae4b2f
    Reviewed-on: https://gerrit.libreoffice.org/72322
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx
index 477acdcbefd5..9e3124697794 100644
--- a/basic/source/comp/dim.cxx
+++ b/basic/source/comp/dim.cxx
@@ -684,7 +684,7 @@ void SbiParser::Enum()
 
 void SbiParser::DefEnum( bool bPrivate )
 {
-    // Read a the new Token. It had to be a symbol
+    // Read the new Token. It had to be a symbol
     if (!TestSymbol())
         return;
 


More information about the Libreoffice-commits mailing list