remove unnecessary explicit linefeeds from end of SAL and OSL log calls

Change-Id: I3fa363c8e76e6cfb297f4ec346e3f031c09d6fbf
Reviewed-on: https://gerrit.libreoffice.org/36727
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2017-04-20 11:08:35 +02:00
parent 841e1a6f36
commit 8c8f2a5285
133 changed files with 306 additions and 309 deletions

View File

@@ -87,7 +87,7 @@ namespace cppcanvas
{
#if OSL_DEBUG_LEVEL > 1
if (width == 0.0) {
SAL_INFO("cppcanvas.emf", "TODO: pen with zero width - using minimal which might not be correct\n");
SAL_INFO("cppcanvas.emf", "TODO: pen with zero width - using minimal which might not be correct");
}
#endif
rStrokeAttributes.StrokeWidth = fabs((rState.mapModeTransform * rR.MapSize(width == 0.0 ? 0.05 : width, 0)).getLength());