summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-03-08 16:09:22 +0200
committerTor Lillqvist <tml@collabora.com>2016-03-08 16:10:19 +0200
commit56f9a64899fe4e4b09acdc05a137c69185738668 (patch)
treed0a60b08c7c2d90e52b739c44a50e46c3641d86b /sdext
parent07d4c443e21cd22545d4516515c50b1c8dd39a9b (diff)
Remove spurious \r from OSL_TRACE output
Change-Id: I84f34f25a5d0deb6a23c233b981daacea4fe9d33
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterAccessibility.cxx4
1 files 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<css::beans::PropertyValue> 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<nAttributeCount;
++nAttributeIndex)
{
- OSL_TRACE(" requested attribute %d is %s\r",
+ OSL_TRACE(" requested attribute %d is %s",
nAttributeIndex,
OUStringToOString(rRequestedAttributes[nAttributeIndex], RTL_TEXTENCODING_UTF8).getStr());
}