summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-20 09:59:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-20 10:00:01 +0200
commit0db1e713bde4b16604c2f564fdc785ba0b467242 (patch)
tree9ff5c0e35d0056ac7538856741ea0531925d66be /svgio
parent4393bd096c377897cda0b1199ec19d74f42f6132 (diff)
cpplint: [readability/utf8] Line contains invalid UTF-8
Change-Id: I8052539d86fbda5631b31f3163b1c51666153c8c
Diffstat (limited to 'svgio')
-rw-r--r--svgio/source/svgreader/svgclippathnode.cxx2
-rw-r--r--svgio/source/svgreader/svgmasknode.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgclippathnode.cxx b/svgio/source/svgreader/svgclippathnode.cxx
index 85a4071d47b9..f364fd9384ec 100644
--- a/svgio/source/svgreader/svgclippathnode.cxx
+++ b/svgio/source/svgreader/svgclippathnode.cxx
@@ -248,7 +248,7 @@ namespace svgio
else
{
// An empty clipping path will completely clip away the element that had
- // the ‘clip-path’ property applied. (Svg spec)
+ // the clip-path property applied. (Svg spec)
rContent.realloc(0);
}
}
diff --git a/svgio/source/svgreader/svgmasknode.cxx b/svgio/source/svgreader/svgmasknode.cxx
index 2751a16d101d..bcdfca5438df 100644
--- a/svgio/source/svgreader/svgmasknode.cxx
+++ b/svgio/source/svgreader/svgmasknode.cxx
@@ -298,7 +298,7 @@ namespace svgio
else
{
// An empty clipping path will completely clip away the element that had
- // the ‘clip-path’ property applied. (Svg spec)
+ // the clip-path property applied. (Svg spec)
rTarget.realloc(0);
}
}