[Libreoffice-commits] core.git: Branch 'aoo/trunk' - officecfg/registry
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jul 19 20:09:36 UTC 2018
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 76dda4ea7957b8cd40a04471f5601dc977dc2450
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Thu Jul 19 18:34:19 2018 +0000
Commit: Matthias Seidel <mseidel at 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>
More information about the Libreoffice-commits
mailing list