coverity#707562 : Unitialized scalar variable
Change-Id: I3e3bebb25c5d2509de7017ece49d927f1d59c592 Reviewed-on: https://gerrit.libreoffice.org/4403 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
This commit is contained in:
parent
f47b777a0b
commit
d67c5b58f6
@ -7172,6 +7172,7 @@ SystemTextLayoutData OutputDevice::GetSysTextLayoutData(const Point& rStartPt, c
|
||||
SystemTextLayoutData aSysLayoutData;
|
||||
aSysLayoutData.nSize = sizeof(aSysLayoutData);
|
||||
aSysLayoutData.rGlyphData.reserve( 256 );
|
||||
aSysLayoutData.orientation = 0;
|
||||
|
||||
if ( mpMetaFile )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user