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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 18 06:28:53 UTC 2019


 drawinglayer/source/primitive2d/graphicprimitive2d.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aff51c3fd10604fa32fb512a9d5941dfb1bc6f2c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:59 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 18 08:27:44 2019 +0200

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

diff --git a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
index f684227ba1c8..df95a456178a 100644
--- a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
@@ -71,7 +71,7 @@ namespace drawinglayer
             // Get transformed graphic. Suppress rotation and cropping, only filtering is needed
             // here (and may be replaced later on). Cropping is handled below as mask primitive (if set).
             // Also need to suppress mirroring, it is part of the transformation now (see above).
-            // Also move transparency handling to embedding to a UnifiedTransparencePrimitive2D; do
+            // Also move transparency handling to embedding to an UnifiedTransparencePrimitive2D; do
             // that by remembering original transparency and applying that later if needed
             GraphicAttr aSuppressGraphicAttr(getGraphicAttr());
 


More information about the Libreoffice-commits mailing list