fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftovers
Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user