OSL_TRACE: Remove trailing newlines
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
This commit is contained in:
committed by
Fridrich Štrba
parent
6058133765
commit
be6a8677a6
@@ -58,7 +58,7 @@ ScriptingContext::ScriptingContext( const Reference< XComponentContext > & xCont
|
||||
OPropertyContainer( GetBroadcastHelper() ),
|
||||
m_xContext( xContext, UNO_SET_THROW )
|
||||
{
|
||||
OSL_TRACE( "< ScriptingContext ctor called >\n" );
|
||||
OSL_TRACE( "< ScriptingContext ctor called >" );
|
||||
|
||||
Any nullAny;
|
||||
|
||||
@@ -73,7 +73,7 @@ ScriptingContext::ScriptingContext( const Reference< XComponentContext > & xCont
|
||||
|
||||
ScriptingContext::~ScriptingContext()
|
||||
{
|
||||
OSL_TRACE( "< ScriptingContext dtor called >\n" );
|
||||
OSL_TRACE( "< ScriptingContext dtor called >" );
|
||||
}
|
||||
// -----------------------------------------------------------------------------
|
||||
// OPropertySetHelper
|
||||
|
Reference in New Issue
Block a user