summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmllib_imexp/xmllib_import.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmllib_imexp/xmllib_import.cxx')
-rw-r--r--xmlscript/source/xmllib_imexp/xmllib_import.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/source/xmllib_imexp/xmllib_import.cxx b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
index 2be008de582c..3167b0d41ee0 100644
--- a/xmlscript/source/xmllib_imexp/xmllib_import.cxx
+++ b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
@@ -134,7 +134,7 @@ LibElementBase::~LibElementBase()
#if OSL_DEBUG_LEVEL > 1
OString aStr( OUStringToOString( _aLocalName, RTL_TEXTENCODING_ASCII_US ) );
- OSL_TRACE( "LibElementBase::~LibElementBase(): %s\n", aStr.getStr() );
+ OSL_TRACE( "LibElementBase::~LibElementBase(): %s", aStr.getStr() );
#endif
}
@@ -219,7 +219,7 @@ LibraryImport::~LibraryImport()
SAL_THROW( () )
{
#if OSL_DEBUG_LEVEL > 1
- OSL_TRACE( "LibraryImport::~LibraryImport().\n" );
+ OSL_TRACE( "LibraryImport::~LibraryImport()." );
#endif
}