diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 12:46:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 12:48:05 +0200 |
commit | cfe98a1305202419f224a31e54cd37e64401fa4f (patch) | |
tree | f9576787fefe76e7a2d42f663980abbb9ded05a4 /sdext | |
parent | aa563ff19f6f4483b7954e42448106159b879b24 (diff) |
fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftovers
Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8
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()); |