summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-11-16 12:21:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-11-16 12:22:20 +0100
commit239c7020738717e4f1bcec6a29283aeae7796005 (patch)
treea9cdaf9559ef77d376b1ea4bc562c948d787b23a
parent06d2d3290acb5dd3200481b85baf7c5718ea177c (diff)
Remove special characters + some ascii art
Change-Id: Idddc1de6af624dd815f8f148912438e6f6dc43ae
-rw-r--r--svgio/source/svgreader/svgnode.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/svgio/source/svgreader/svgnode.cxx b/svgio/source/svgreader/svgnode.cxx
index 128bccb21cc7..728905b5710f 100644
--- a/svgio/source/svgreader/svgnode.cxx
+++ b/svgio/source/svgreader/svgnode.cxx
@@ -24,7 +24,6 @@
#include <drawinglayer/primitive2d/objectinfoprimitive2d.hxx>
#include <tools/urlobj.hxx>
-//////////////////////////////////////////////////////////////////////////////
namespace svgio
{
@@ -179,7 +178,7 @@ namespace svgio
{
const sal_uInt32 nAttributes(xAttribs->getLength());
// #i122522# SVG defines that 'In general, this means that the presentation attributes have
- // lower priority than other CSS style rules specified in author style sheets or ‘style’
+ // lower priority than other CSS style rules specified in author style sheets or style
// attributes.' in http://www.w3.org/TR/SVG/styling.html#UsingPresentationAttributes
// (6.4 Specifying properties using the presentation attributes SVG 1.1). That means that
// e.g. font-size will appear as presentation attribute and CSS style attribute. In these
@@ -582,7 +581,5 @@ namespace svgio
} // end of namespace svgreader
} // end of namespace svgio
-//////////////////////////////////////////////////////////////////////////////
-// eof
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */