[Libreoffice-commits] core.git: package/inc
Andras Timar
atimar at suse.com
Wed Jun 26 05:13:32 PDT 2013
package/inc/PackageConstants.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c930edb21e162bcec7cfa177cdd4f49bb4ba2885
Author: Andras Timar <atimar at suse.com>
Date: Wed Jun 26 13:16:55 2013 +0200
remove unused const
Change-Id: If7e998065390d89cc22556adcd727a63f6496aad
diff --git a/package/inc/PackageConstants.hxx b/package/inc/PackageConstants.hxx
index a7e884d..dfa2986 100644
--- a/package/inc/PackageConstants.hxx
+++ b/package/inc/PackageConstants.hxx
@@ -22,7 +22,6 @@
#include <sal/types.h>
const sal_Int32 n_ConstBufferSize = 32768;
-const sal_Int32 n_ConstMaxMemoryStreamSize = 20480;
// by calculation of the digest we read 32 bytes more ( if available )
// it allows to ignore the padding if the stream is longer than n_ConstDigestDecrypt since we read at least two blocks more;
More information about the Libreoffice-commits
mailing list