summaryrefslogtreecommitdiff
path: root/scripting/source/provider/BrowseNodeFactoryImpl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-12 13:33:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-13 06:07:57 +0000
commit81f2a9f46451492d4d879573bc9ac7f2e44abedb (patch)
tree5090a809dec7d368a376881202417eaee550bfc6 /scripting/source/provider/BrowseNodeFactoryImpl.cxx
parentba6b35fc68a01aff72b39eb7809bacb326068668 (diff)
OSL_TRACE->SAL in sc..scripting
Change-Id: I389d8cb733a5ee24d3119a1ebac5a5b70daff04e Reviewed-on: https://gerrit.libreoffice.org/31900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scripting/source/provider/BrowseNodeFactoryImpl.cxx')
-rw-r--r--scripting/source/provider/BrowseNodeFactoryImpl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
index 1fb72befc05d..c6481a46d660 100644
--- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx
+++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
@@ -308,8 +308,7 @@ std::vector< Reference< browse::XBrowseNode > > getAllBrowseNodes( const Referen
catch( const Exception& e )
{
(void)e;
- OSL_TRACE("Caught Exception %s",
- OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer );
+ SAL_WARN("scripting", "Caught Exception " << e.Message );
locnBNs.resize( mspIndex );
return locnBNs;
}