diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 02:05:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 09:21:59 +0000 |
commit | ef2d6401ad702da8839bf9cc7292ff2f76756cd8 (patch) | |
tree | bbccd9e82002af12835fa748b51f0fefd6ae6a46 /sdext | |
parent | bf56e080cc092cacc779add9dfc7e7df291eef41 (diff) |
fix higher debug levels
Change-Id: I10556946c4bd6c60adcd9f662462b0f4b73781a2
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 a1ccb22959fb..148e5661a371 100644 --- a/sdext/source/presenter/PresenterAccessibility.cxx +++ b/sdext/source/presenter/PresenterAccessibility.cxx @@ -1582,7 +1582,7 @@ Sequence<css::beans::PropertyValue> SAL_CALL ThrowIfDisposed(); #if OSL_DEBUG_LEVEL > 1 - OSL_TRACE("PresenterAccessible::AccessibleParagraph::getCharacterAttributes at %x,%d returns empty set\r", + OSL_TRACE("PresenterAccessible::AccessibleParagraph::getCharacterAttributes at %p,%d returns empty set\r", this,nIndex); for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); nAttributeIndex<nAttributeCount; |