#i108138# fix printing crash which happens since DEV300_m66
This commit is contained in:
parent
33e343aba5
commit
432e0fcb93
1 changed files with 2 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue