summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-03 09:35:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-05 09:18:19 +0000
commit06580064d7b20a59fb269539ddc58387c43b076a (patch)
tree9eba4053086064a2e816eb490c7f45a2a63b7b47 /svx
parent7dc25878c1310a1de6d3c87c88404b151bad21fc (diff)
don't make it a secret what the invalid url was
Diffstat (limited to 'svx')
-rw-r--r--svx/source/xml/xmlgrhlp.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx
index 0a3d332fbda6..d18bfb52ec91 100644
--- a/svx/source/xml/xmlgrhlp.cxx
+++ b/svx/source/xml/xmlgrhlp.cxx
@@ -28,6 +28,7 @@
#include <comphelper/string.hxx>
#include <sal/macros.h>
+#include <rtl/oustringostreaminserter.hxx>
#include <rtl/strbuf.hxx>
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
@@ -454,7 +455,7 @@ sal_Bool SvXMLGraphicHelper::ImplGetStreamNames( const ::rtl::OUString& rURLStr,
}
else
{
- OSL_FAIL( "SvXMLGraphicHelper::ImplInsertGraphicURL: invalid scheme" );
+ SAL_WARN("svx", "SvXMLGraphicHelper::ImplInsertGraphicURL: invalid scheme: " << rURLStr);
}
}