Related: #i35066# ole props buglet
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
This commit is contained in:
parent
a1f5c56779
commit
53d325115e
1 changed files with 1 additions and 1 deletions
|
@ -1156,7 +1156,7 @@ void SfxOlePropertySet::ImplLoad( SvStream& rStrm )
|
|||
sal_uInt16 nOsMinor;
|
||||
sal_uInt16 nOsType;
|
||||
SvGlobalName aGuid;
|
||||
sal_Int32 nSectCount;
|
||||
sal_Int32 nSectCount(0);
|
||||
rStrm >> nByteOrder >> nVersion >> nOsMinor >> nOsType >> aGuid >> nSectCount;
|
||||
|
||||
// read sections
|
||||
|
|
Loading…
Reference in a new issue