[Libreoffice-commits] core.git: svgio/inc

Xisco Fauli anistenis at gmail.com
Tue Mar 1 01:15:43 UTC 2016


 svgio/inc/svgio/svgreader/svgstyleattributes.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 817f6bd75e98a321c238b5906bfcb031908914b2
Author: Xisco Fauli <anistenis at gmail.com>
Date:   Sun Feb 28 22:54:44 2016 +0100

    fix typo
    
    Change-Id: I3e1e28269d8b2d6d45bba6bc43aa8f20c1963956
    Reviewed-on: https://gerrit.libreoffice.org/22793
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
index 33258d5..f0c21ba 100644
--- a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
+++ b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
@@ -228,7 +228,7 @@ namespace svgio
             /// fill rule
             FillRule                    maFillRule;
 
-            // ClipRule setting (only valid wne mbIsClipPathContent == true, default is FillRule_nonzero)
+            // ClipRule setting (only valid when mbIsClipPathContent == true, default is FillRule_nonzero)
             FillRule                    maClipRule;
 
             // BaselineShift: Type and number (in case of BaselineShift_Percentage or BaselineShift_Length)


More information about the Libreoffice-commits mailing list