#i108138# fix printing crash which happens since DEV300_m66

This commit is contained in:
hdu 2010-01-08 12:59:39 +01:00
parent 33e343aba5
commit 432e0fcb93

View file

@ -5601,6 +5601,8 @@ void OutputDevice::DrawTextArray( const Point& rStartPt, const String& rStr,
if ( !IsDeviceOutputNecessary() )
return;
if( !mpGraphics && !ImplGetGraphics() )
return;
if( mbInitClipRegion )
ImplInitClipRegion();
if( mbOutputClipped )