Kaydet (Commit) cfe98a13 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftovers

Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8
üst aa563ff1
......@@ -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());
......
......@@ -231,7 +231,7 @@ const void* IcuFontFromServerFont::getFontTable( LETag nICUTableTag ) const
sal_uLong nLength;
const unsigned char* pBuffer = mrServerFont.GetTable( pTagName, &nLength );
#ifdef VERBOSE_DEBUG
#if OSL_DEBUG_LEVEL > 1
fprintf(stderr,"IcuGetTable(\"%s\") => %p\n", pTagName, pBuffer);
int mnHeight = mrServerFont.GetFontSelData().mnHeight;
const char* pName = mrServerFont.GetFontFileName()->getStr();
......
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