[Libreoffice-commits] core.git: svgio/source
Julien Nabet
serval2412 at yahoo.fr
Sat Nov 16 03:22:42 PST 2013
svgio/source/svgreader/svgnode.cxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 239c7020738717e4f1bcec6a29283aeae7796005
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Nov 16 12:21:57 2013 +0100
Remove special characters + some ascii art
Change-Id: Idddc1de6af624dd815f8f148912438e6f6dc43ae
diff --git a/svgio/source/svgreader/svgnode.cxx b/svgio/source/svgreader/svgnode.cxx
index 128bccb..728905b 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: */
More information about the Libreoffice-commits
mailing list