From 56f9a64899fe4e4b09acdc05a137c69185738668 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Mar 2016 16:09:22 +0200 Subject: Remove spurious \r from OSL_TRACE output Change-Id: I84f34f25a5d0deb6a23c233b981daacea4fe9d33 --- sdext/source/presenter/PresenterAccessibility.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdext/source/presenter/PresenterAccessibility.cxx b/sdext/source/presenter/PresenterAccessibility.cxx index 8736dc7ab924..1fd9a771e3c0 100644 --- a/sdext/source/presenter/PresenterAccessibility.cxx +++ b/sdext/source/presenter/PresenterAccessibility.cxx @@ -1569,13 +1569,13 @@ Sequence SAL_CALL ThrowIfDisposed(); #if OSL_DEBUG_LEVEL > 0 - OSL_TRACE("PresenterAccessible::AccessibleParagraph::getCharacterAttributes at %p,%d returns empty set\r", + OSL_TRACE("PresenterAccessible::AccessibleParagraph::getCharacterAttributes at %p,%d returns empty set", this,nIndex); for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); nAttributeIndex