sdext/source/presenter/PresenterAccessibility.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 56f9a64899fe4e4b09acdc05a137c69185738668
Author: Tor Lillqvist <t...@collabora.com>
Date:   Tue Mar 8 16:09:22 2016 +0200

    Remove spurious \r from OSL_TRACE output
    
    Change-Id: I84f34f25a5d0deb6a23c233b981daacea4fe9d33

diff --git a/sdext/source/presenter/PresenterAccessibility.cxx 
b/sdext/source/presenter/PresenterAccessibility.cxx
index 8736dc7..1fd9a77 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());
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to