svgio/inc/svgio/svgreader/svgstyleattributes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 817f6bd75e98a321c238b5906bfcb031908914b2 Author: Xisco Fauli <[email protected]> Date: Sun Feb 28 22:54:44 2016 +0100 fix typo Change-Id: I3e1e28269d8b2d6d45bba6bc43aa8f20c1963956 Reviewed-on: https://gerrit.libreoffice.org/22793 Tested-by: Jenkins <[email protected]> Reviewed-by: Ashod Nakashian <[email protected]> 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) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
