Kaydet (Commit) be2c79c0 authored tarafından Douglas Mencken's avatar Douglas Mencken Kaydeden (comit) jan iversen

sdext.presenter: change OSL_TRACE -> SAL_INFO

Change-Id: I34724f28b96b00b8afe2b618d8d47561082987ca
Reviewed-on: https://gerrit.libreoffice.org/23311Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarjan iversen <jani@documentfoundation.org>
üst 8e0b08c3
...@@ -1569,15 +1569,13 @@ Sequence<css::beans::PropertyValue> SAL_CALL ...@@ -1569,15 +1569,13 @@ Sequence<css::beans::PropertyValue> SAL_CALL
ThrowIfDisposed(); ThrowIfDisposed();
#if OSL_DEBUG_LEVEL > 0 #if OSL_DEBUG_LEVEL > 0
OSL_TRACE("PresenterAccessible::AccessibleParagraph::getCharacterAttributes at %p,%d returns empty set", SAL_INFO( "sdext.presenter", OSL_THIS_FUNC << " at " << this << ", " << nIndex << " returns empty set" );
this,nIndex); for (sal_Int32 nAttributeIndex(0), nAttributeCount(rRequestedAttributes.getLength());
for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); nAttributeIndex < nAttributeCount;
nAttributeIndex<nAttributeCount;
++nAttributeIndex) ++nAttributeIndex)
{ {
OSL_TRACE(" requested attribute %d is %s", SAL_INFO( "sdext.presenter",
nAttributeIndex, " requested attribute " << nAttributeIndex << " is " << rRequestedAttributes[nAttributeIndex] );
OUStringToOString(rRequestedAttributes[nAttributeIndex], RTL_TEXTENCODING_UTF8).getStr());
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment