summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-29 15:17:42 +0200
committerAndras Timar <atimar@suse.com>2011-09-29 16:02:13 +0200
commit05239e246346598a3cdffc7febcfaad41f1dabd5 (patch)
treeb761b00f482a334058d5e77deeb63149756f4753 /tools/source
parent5f04439b17f20ba3b3aeb3432fe90e6d11c34161 (diff)
OSL_TRACE: Remove trailing newlines
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/rc/resmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 4d9d7491b7e6..1973419530a0 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -183,7 +183,7 @@ ResMgrContainer::~ResMgrContainer()
for( boost::unordered_map< OUString, ContainerElement, OUStringHash >::iterator it =
m_aResFiles.begin(); it != m_aResFiles.end(); ++it )
{
- OSL_TRACE( "Resource file %s loaded %d times\n",
+ OSL_TRACE( "Resource file %s loaded %d times",
OUStringToOString( it->second.aFileURL, osl_getThreadTextEncoding() ).getStr(),
it->second.nLoadCount );
delete it->second.pResMgr;
@@ -268,7 +268,7 @@ void ResMgrContainer::init()
for( boost::unordered_map< OUString, ContainerElement, OUStringHash >::const_iterator it =
m_aResFiles.begin(); it != m_aResFiles.end(); ++it )
{
- OSL_TRACE( "ResMgrContainer: %s -> %s\n",
+ OSL_TRACE( "ResMgrContainer: %s -> %s",
OUStringToOString( it->first, osl_getThreadTextEncoding() ).getStr(),
OUStringToOString( it->second.aFileURL, osl_getThreadTextEncoding() ).getStr() );
}
@@ -1017,7 +1017,7 @@ void ResMgr::decStack()
if( (rTop.Flags & RC_FALLBACK_DOWN) )
{
#if OSL_DEBUG_LEVEL > 1
- OSL_TRACE( "returning from fallback %s\n",
+ OSL_TRACE( "returning from fallback %s",
OUStringToOString(pFallbackResMgr->GetFileName(), osl_getThreadTextEncoding() ).getStr() );
#endif
delete pFallbackResMgr;