View | Details | Raw Unified | Return to issue 117720
Collapse All | Expand All

(-)a/svtools/source/graphic/grfmgr2.cxx (-1 / +1 lines)
Lines 1804-1810 Link Here
1804
1804
1805
	if( ( nAdjustmentFlags & ADJUSTMENT_TRANSPARENCY ) && aAttr.IsTransparent() )
1805
	if( ( nAdjustmentFlags & ADJUSTMENT_TRANSPARENCY ) && aAttr.IsTransparent() )
1806
	{
1806
	{
1807
		DBG_ERROR( "Missing implementation: Mtf-Transparency" );
1807
		DBG_WARNING( "Missing implementation: Mtf-Transparency" );
1808
	}
1808
	}
1809
}
1809
}
1810
1810

Return to issue 117720