This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 17b6c4a8f8b41386f4588dff64de715c2d85c218
Author: Matthias Seidel <msei...@apache.org>
AuthorDate: Thu Jul 19 18:34:19 2018 +0000

    Set correct values for graphics cache
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1836291 
13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit f2045c066745241a6a7536c1cf4f47d527648d87)
---
 main/officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 0a0c0e50e4..295181a8bd 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1493,7 +1493,7 @@
                                                <desc>Specifies the maximum 
cache size for all graphical display objects.</desc>
                                                <label>Total Graphic Cache 
Size</label>
                                        </info>
-                                       <value>22000000</value>
+                                       <value>20971520</value>
                                </prop>
                                <prop oor:name="ObjectCacheSize" 
oor:type="xs:int">
                                        <info>
@@ -1501,7 +1501,7 @@
                                                <desc>Specifies the maximum 
cache size for a single graphic display object.</desc>
                                                <label>Graphic Object Cache 
Size</label>
                                        </info>
-                                       <value>5500000</value>
+                                       <value>5242880</value>
                                </prop>
                                <prop oor:name="ObjectReleaseTime" 
oor:type="xs:int">
                                        <info>

Reply via email to