Kaydet (Commit) ef2d6401 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix higher debug levels

Change-Id: I10556946c4bd6c60adcd9f662462b0f4b73781a2
üst bf56e080
...@@ -1582,7 +1582,7 @@ Sequence<css::beans::PropertyValue> SAL_CALL ...@@ -1582,7 +1582,7 @@ Sequence<css::beans::PropertyValue> SAL_CALL
ThrowIfDisposed(); ThrowIfDisposed();
#if OSL_DEBUG_LEVEL > 1 #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); this,nIndex);
for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength());
nAttributeIndex<nAttributeCount; nAttributeIndex<nAttributeCount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment