summaryrefslogtreecommitdiff
path: root/scripting/source/provider
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-13 08:07:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-13 08:14:00 +0200
commit3a705ab40597f7cb584bdeaef06701b289f911f1 (patch)
tree70d0b6bbf26c8ad07d8f1ced8e06c9eef02b6dc9 /scripting/source/provider
parentc3586b684c58e06cd80dea87d7681354acfec80b (diff)
OSL_TRACE->SAL in avmedia..canvas
Change-Id: Id9077ea29e7028c12f40abfd4c57756c863e3cd9
Diffstat (limited to 'scripting/source/provider')
-rw-r--r--scripting/source/provider/URIHelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripting/source/provider/URIHelper.cxx b/scripting/source/provider/URIHelper.cxx
index 3d51a8fbdb1a..f205e6cb3582 100644
--- a/scripting/source/provider/URIHelper.cxx
+++ b/scripting/source/provider/URIHelper.cxx
@@ -152,13 +152,8 @@ ScriptingFrameworkURIHelper::initBaseURI()
OUString child = children[i];
sal_Int32 idx = child.lastIndexOf(test);
- // SAL_WARNx("scripting", "Trying: %s", PRTSTR(child));
- // SAL_WARNx("scripting", "idx=%d, testlen=%d, children=%d",
- // idx, test.getLength(), child.getLength());
-
if ( idx != -1 && (idx + test.getLength()) == child.getLength() )
{
- // SAL_WARNx("scripting", "FOUND PATH: %s", PRTSTR(child));
if ( bAppendScriptsPart )
{
m_sBaseURI = child.concat( SCRIPTS_PART );