officecfg/registry/schema/org/openoffice/Office/Common.xcs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 76dda4ea7957b8cd40a04471f5601dc977dc2450
Author:     Matthias Seidel <msei...@apache.org>
AuthorDate: Thu Jul 19 18:34:19 2018 +0000
Commit:     Matthias Seidel <msei...@apache.org>
CommitDate: Thu Jul 19 18:34:19 2018 +0000

    Set correct values for graphics cache

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index fb55dff7ef49..955d4174d502 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to