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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 19 09:26:44 UTC 2019


 drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx |    2 +-
 include/vcl/bitmapex.hxx                                     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8c4db130c9ab7729185040e84f2be3481645df9d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 09:43:24 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 10:25:47 2019 +0100

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

diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx
index 2f98362a9e4e..1070ff220b47 100644
--- a/include/vcl/bitmapex.hxx
+++ b/include/vcl/bitmapex.hxx
@@ -421,7 +421,7 @@ public:
         @param fMaximumArea
         A limitation for the maximum size of pixels to use for the result
 
-        The traget size of the result bitmap is defined by transforming the given
+        The target size of the result bitmap is defined by transforming the given
         rTargetRange with the given rTransformation; the area of the result is
         linearly scaled to not exceed the given fMaximumArea
 
commit c10da54fbc5e201f159f386e772bfd787b2e890d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 09:43:21 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 10:25:25 2019 +0100

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

diff --git a/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx b/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
index 6fca733a9e40..ca607a0145f7 100644
--- a/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
+++ b/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
@@ -221,7 +221,7 @@ namespace drawinglayer
             {
                 // mnNextFrameToPrepare is the target frame to create next (which implies that
                 // mnNextFrameToPrepare-1 *is* currently in the VirtualDevice when
-                // 0 != mnNextFrameToPrepare. nTarget is the traget frame.
+                // 0 != mnNextFrameToPrepare. nTarget is the target frame.
                 if (isValidData())
                 {
                     if (mnNextFrameToPrepare > nTarget)


More information about the Libreoffice-commits mailing list