summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-09-20 10:18:12 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-09-21 09:28:39 +0200
commitbe6a8677a6ddb6387272a78406ec2149c4319f3d (patch)
tree0e6be3608de08f831f596a5c2dc5a3590d4a62c6 /vcl
parentchange font name in Thai fall-back font lists in VCL.xcu (diff)
downloadcore-be6a8677a6ddb6387272a78406ec2149c4319f3d.tar.gz
core-be6a8677a6ddb6387272a78406ec2149c4319f3d.zip
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
Diffstat (limited to 'vcl')
-rw-r--r--vcl/aqua/source/a11y/documentfocuslistener.cxx2
-rw-r--r--vcl/source/app/svapp.cxx2
-rw-r--r--vcl/source/gdi/pdfwriter_impl2.cxx2
-rw-r--r--vcl/unx/generic/gdi/salprnpsp.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/vcl/aqua/source/a11y/documentfocuslistener.cxx b/vcl/aqua/source/a11y/documentfocuslistener.cxx
index b483977bc8eb..3e39ff1c941d 100644
--- a/vcl/aqua/source/a11y/documentfocuslistener.cxx
+++ b/vcl/aqua/source/a11y/documentfocuslistener.cxx
@@ -99,7 +99,7 @@ DocumentFocusListener::notifyEvent( const AccessibleEventObject& aEvent )
attachRecursive(xAccessible);
}
- OSL_TRACE( "Invalidate all children called\n" );
+ OSL_TRACE( "Invalidate all children called" );
break;
default:
break;
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index df0625c93c9b..f426c112782e 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -1788,7 +1788,7 @@ void Application::ShowNativeErrorBox(const String& sTitle ,
SALSYSTEM_SHOWNATIVEMSGBOX_BTNCOMBI_OK,
SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK);
if (btn != SALSYSTEM_SHOWNATIVEMSGBOX_BTN_OK) {
- OSL_TRACE("ShowNativeMessageBox returned %d\n", btn);
+ OSL_TRACE("ShowNativeMessageBox returned %d", btn);
}
}
diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx b/vcl/source/gdi/pdfwriter_impl2.cxx
index 0569de5e3464..b973ee38defe 100644
--- a/vcl/source/gdi/pdfwriter_impl2.cxx
+++ b/vcl/source/gdi/pdfwriter_impl2.cxx
@@ -1109,7 +1109,7 @@ public:
sTransporters.erase( maID );
if( maUDigest )
rtl_digest_destroyMD5( maUDigest );
- OSL_TRACE( "EncHashTransporter freed\n" );
+ OSL_TRACE( "EncHashTransporter freed" );
}
rtlDigest getUDigest() const { return maUDigest; };
diff --git a/vcl/unx/generic/gdi/salprnpsp.cxx b/vcl/unx/generic/gdi/salprnpsp.cxx
index 3a3b406e53e4..011900360da0 100644
--- a/vcl/unx/generic/gdi/salprnpsp.cxx
+++ b/vcl/unx/generic/gdi/salprnpsp.cxx
@@ -1378,7 +1378,7 @@ sal_Bool PspSalPrinter::StartJob( const String* i_pFileName, const String& i_rJo
for( size_t i = 0; i < aPDFFiles.size(); i++ )
{
osl_removeFile( aPDFFiles[i].maTmpURL.pData );
- OSL_TRACE( "removed print PDF file %s\n", rtl::OUStringToOString( aPDFFiles[i].maTmpURL, RTL_TEXTENCODING_UTF8 ).getStr() );
+ OSL_TRACE( "removed print PDF file %s", rtl::OUStringToOString( aPDFFiles[i].maTmpURL, RTL_TEXTENCODING_UTF8 ).getStr() );
}
}