[Libreoffice-commits] core.git: sdext/source

Tor Lillqvist tml at collabora.com
Tue Mar 8 14:10:53 UTC 2016


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

New commits:
commit 56f9a64899fe4e4b09acdc05a137c69185738668
Author: Tor Lillqvist <tml at 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());
     }


More information about the Libreoffice-commits mailing list