fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftovers

Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8
This commit is contained in:
Thomas Arnhold
2012-06-09 12:46:12 +02:00
parent aa563ff19f
commit cfe98a1305
2 changed files with 2 additions and 2 deletions

View File

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

View File

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