From eaa876e48695e7927563ee56a08e11acb0036e4a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 28 Feb 2014 17:55:56 +0100 Subject: typo in comment Change-Id: I78a47d807ed9228fd6bc8d3dbbf038881a8d383b --- svgio/source/svgreader/svgimagenode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svgio') diff --git a/svgio/source/svgreader/svgimagenode.cxx b/svgio/source/svgreader/svgimagenode.cxx index 9cdb59afe9ba..39994a8fcaec 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: -- cgit