fix higher debug levels

Change-Id: I10556946c4bd6c60adcd9f662462b0f4b73781a2
This commit is contained in:
Caolán McNamara
2015-03-18 02:05:25 +00:00
parent bf56e080cc
commit ef2d6401ad

View File

@@ -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;