svgio/source/svgreader/svgimagenode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eaa876e48695e7927563ee56a08e11acb0036e4a Author: Stephan Bergmann <[email protected]> Date: Fri Feb 28 17:55:56 2014 +0100 typo in comment Change-Id: I78a47d807ed9228fd6bc8d3dbbf038881a8d383b diff --git a/svgio/source/svgreader/svgimagenode.cxx b/svgio/source/svgreader/svgimagenode.cxx index 9cdb59a..39994a8 100644 --- a/svgio/source/svgreader/svgimagenode.cxx +++ b/svgio/source/svgreader/svgimagenode.cxx @@ -242,7 +242,7 @@ namespace svgio aAbsUrl = rtl::Uri::convertRelToAbs( rPath, maUrl); } catch (rtl::MalformedUriException & e) { - // Happens for the odd maUrl = + // Happens for the odd rPath = // "vnd.sun.star.Package:Pictures/..." scheme // using path components not starting with a // slash by mis-design: _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
