diff options
author | Xisco Fauli <anistenis@gmail.com> | 2016-02-28 22:54:44 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-03-01 01:15:23 +0000 |
commit | 817f6bd75e98a321c238b5906bfcb031908914b2 (patch) | |
tree | c106d6ea163a0180e57d75d76fe9225f8cfa314d /svgio/inc | |
parent | 5e2284de5bcfd95f21b3d85998f336999fa9ff3e (diff) |
fix typo
Change-Id: I3e1e28269d8b2d6d45bba6bc43aa8f20c1963956
Reviewed-on: https://gerrit.libreoffice.org/22793
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'svgio/inc')
-rw-r--r-- | svgio/inc/svgio/svgreader/svgstyleattributes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx index 33258d5dde90..f0c21ba47a49 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) |