From ffc2e5be1f712b09710e2096ad2f7eb81b80118d Mon Sep 17 00:00:00 2001 From: Rodolfo Ribeiro Gomes Date: Tue, 28 May 2013 11:22:05 -0300 Subject: Clean zoom redundances in Math and fix fdo#55929 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zoom can be handled by sfx2 in many ways: - 50%, 75%, 100%, 150%, 200% - Optimal view (fit in window) - Entire page - Page width The math module was doing the first two by itself. Remove it. Strange enough, state methods for zoom interface definitions on sfx2's appslots.sdi were needed. I thought 'Container' property in sfx.sdi should do the job. It seems to do nothing, though. (The zoom should be disabled only if the object is an OLE/Container). The Help-Ids from pop-up menu in Math/Formula were kept, because they doesn't exist in sfx2. Change-Id: Ie1ae413780551b34aa36b338f9a9df79a198319c Reviewed-on: https://gerrit.libreoffice.org/4076 Reviewed-by: Luboš Luňák Tested-by: Luboš Luňák --- officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 46ed65a1d57d..bbed900702ed 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1773,7 +1773,7 @@ - Optimal + Optimal view 1 -- cgit