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:
committed by
jan iversen
parent
8e0b08c305
commit
be2c79c0fa
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user