diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 2d9e6b98afb3..758bfc36ac03 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -1380,7 +1380,6 @@ uno::Reference<graphic::XGraphic> SvXMLImport::loadGraphicByURL(OUString const & { Graphic aGraphic(xGraphic); aGraphic.setOriginURL(rAbsoluteURL); - printf ("URL %s\n", rAbsoluteURL.toUtf8().getStr()); } } } |