sdext.presenter: change OSL_TRACE -> SAL_INFO
Change-Id: I34724f28b96b00b8afe2b618d8d47561082987ca Reviewed-on: https://gerrit.libreoffice.org/23311 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
This commit is contained in:
parent
8e0b08c305
commit
be2c79c0fa
@ -1569,15 +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",
|
||||
this,nIndex);
|
||||
for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength());
|
||||
nAttributeIndex<nAttributeCount;
|
||||
SAL_INFO( "sdext.presenter", OSL_THIS_FUNC << " at " << this << ", " << nIndex << " returns empty set" );
|
||||
for (sal_Int32 nAttributeIndex(0), nAttributeCount(rRequestedAttributes.getLength());
|
||||
nAttributeIndex < nAttributeCount;
|
||||
++nAttributeIndex)
|
||||
{
|
||||
OSL_TRACE(" requested attribute %d is %s",
|
||||
nAttributeIndex,
|
||||
OUStringToOString(rRequestedAttributes[nAttributeIndex], RTL_TEXTENCODING_UTF8).getStr());
|
||||
SAL_INFO( "sdext.presenter",
|
||||
" requested attribute " << nAttributeIndex << " is " << rRequestedAttributes[nAttributeIndex] );
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user