From 9d0f597cee004b4f09f87e3599a85fc2e3672ee9 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Fri, 5 Dec 2014 15:01:30 +0100 Subject: Set back this 20 MB default value for compatibility reasons See also: dbdacc73ae154237314d599194cc686bd738a9bf This ten multiplier which was moved from the implementation to the settings is live in the code only from 4.4 version, so actually we can remove it without any problem, don't need to change the default value on the UI. I don't have any other reason to change that value so... Change-Id: Ia17874cafeb013b89eedc300710392763c868f44 --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 545e0ec8cdd8..41c2601d18fd 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1466,7 +1466,7 @@ objects. - 209715200 + 22000000 -- cgit