diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterAccessibility.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterAccessibility.cxx b/sdext/source/presenter/PresenterAccessibility.cxx index b48dbe7b4acd..32c46a63e503 100644 --- a/sdext/source/presenter/PresenterAccessibility.cxx +++ b/sdext/source/presenter/PresenterAccessibility.cxx @@ -1617,7 +1617,7 @@ Sequence<css::beans::PropertyValue> SAL_CALL { ThrowIfDisposed(); -#ifdef VERBOSE +#if OSL_DEBUG_LEVEL > 1 OSL_TRACE("PresenterAccessible::AccessibleParagraph::getCharacterAttributes at %x,%d returns empty set\r", this,nIndex); for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); |