Kaydet (Commit) eac570e0 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uncommpressed stream size is now 64bit, fdo#56291

Change-Id: I13de2ea8cdd63cd2ba365a0ee02c224092d3f65f
üst 58226547
...@@ -215,7 +215,7 @@ ManifestExport::ManifestExport( uno::Reference< xml::sax::XDocumentHandler > xHa ...@@ -215,7 +215,7 @@ ManifestExport::ManifestExport( uno::Reference< xml::sax::XDocumentHandler > xHa
} }
else if (pValue->Name.equals (sSizeProperty) ) else if (pValue->Name.equals (sSizeProperty) )
{ {
sal_Int32 nSize = 0; sal_Int64 nSize = 0;
pValue->Value >>= nSize; pValue->Value >>= nSize;
::rtl::OUStringBuffer aBuffer; ::rtl::OUStringBuffer aBuffer;
aBuffer.append ( nSize ); aBuffer.append ( nSize );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment