[Libreoffice-commits] .: package/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 25 17:11:40 PDT 2012


 package/source/manifest/ManifestExport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eac570e018e2382104b829d1c5a4312179354331
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Oct 26 02:04:42 2012 +0200

    uncommpressed stream size is now 64bit, fdo#56291
    
    Change-Id: I13de2ea8cdd63cd2ba365a0ee02c224092d3f65f

diff --git a/package/source/manifest/ManifestExport.cxx b/package/source/manifest/ManifestExport.cxx
index c1e46de..51afa93 100644
--- a/package/source/manifest/ManifestExport.cxx
+++ b/package/source/manifest/ManifestExport.cxx
@@ -215,7 +215,7 @@ ManifestExport::ManifestExport( uno::Reference< xml::sax::XDocumentHandler > xHa
             }
             else if (pValue->Name.equals (sSizeProperty) )
             {
-                sal_Int32 nSize = 0;
+                sal_Int64 nSize = 0;
                 pValue->Value >>= nSize;
                 ::rtl::OUStringBuffer aBuffer;
                 aBuffer.append ( nSize );


More information about the Libreoffice-commits mailing list