From be2c79c0fab348ade79f20f7a3727be818997d7f Mon Sep 17 00:00:00 2001 From: Douglas Mencken Date: Wed, 16 Mar 2016 14:51:57 -0400 Subject: [PATCH] sdext.presenter: change OSL_TRACE -> SAL_INFO Change-Id: I34724f28b96b00b8afe2b618d8d47561082987ca Reviewed-on: https://gerrit.libreoffice.org/23311 Tested-by: Jenkins Reviewed-by: jan iversen --- sdext/source/presenter/PresenterAccessibility.cxx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sdext/source/presenter/PresenterAccessibility.cxx b/sdext/source/presenter/PresenterAccessibility.cxx index 1fd9a771e3c0..0db850827f28 100644 --- a/sdext/source/presenter/PresenterAccessibility.cxx +++ b/sdext/source/presenter/PresenterAccessibility.cxx @@ -1569,15 +1569,13 @@ Sequence 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