diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-04 09:27:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-04 09:27:39 +0100 |
commit | 11ef1fb0cccccf33ce43b21277b4d73a17fb80a4 (patch) | |
tree | 122986488691b6f5fc1c2328b090bcd19488f481 /sfx2/source/doc/oleprops.cxx | |
parent | 82b491f38362865ed878d7019ff4426bfeccc9df (diff) |
Related: #i35066# ole props buglet
Diffstat (limited to 'sfx2/source/doc/oleprops.cxx')
-rw-r--r-- | sfx2/source/doc/oleprops.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/oleprops.cxx b/sfx2/source/doc/oleprops.cxx index d937b92ffb8e..6adaf1ad93e2 100644 --- a/sfx2/source/doc/oleprops.cxx +++ b/sfx2/source/doc/oleprops.cxx @@ -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 |