summaryrefslogtreecommitdiffstats
path: root/scripting/source/runtimemgr/StorageBridge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/runtimemgr/StorageBridge.cxx')
-rw-r--r--scripting/source/runtimemgr/StorageBridge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/runtimemgr/StorageBridge.cxx b/scripting/source/runtimemgr/StorageBridge.cxx
index 3b9a774556fd..d641e6eabb6a 100644
--- a/scripting/source/runtimemgr/StorageBridge.cxx
+++ b/scripting/source/runtimemgr/StorageBridge.cxx
@@ -98,7 +98,7 @@ StorageBridge::getScriptLogicalNames()
throw ( lang::IllegalArgumentException,
RuntimeException )
{
- OSL_TRACE( "In StorageBridge getScriptLogicalNames...\n" );
+ OSL_TRACE( "In StorageBridge getScriptLogicalNames..." );
Sequence < ::rtl::OUString > results;
try
{
@@ -117,7 +117,7 @@ Sequence < Reference< storage::XScriptInfo > >
StorageBridge::getImplementations( const ::rtl::OUString& queryURI )
throw ( lang::IllegalArgumentException, RuntimeException )
{
- OSL_TRACE( "In StorageBridge getImplementations...\n" );
+ OSL_TRACE( "In StorageBridge getImplementations..." );
Sequence < Reference< storage::XScriptInfo > > results;
try
{