From 20824c118f21c1aad2672630f1c2ed7eecf5d2dd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 27 May 2013 04:49:29 +0200 Subject: fdo#63351 make use of ZoomSlider in StarMath In collaboration with Marcos Souza :) Includes some reordering of the statusbar: Zoom and ZoomSlider right, left field with automatic size adjustment. Change-Id: Ibfb1eab1abef7b026eeb7fd7c0a778c433c9e208 Reviewed-on: https://gerrit.libreoffice.org/4053 Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- starmath/sdi/smslots.sdi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'starmath/sdi') diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index 710442350f41..5db0d631a25b 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -283,6 +283,11 @@ interface FormulaView ExecMethod = Execute ; StateMethod = GetState ; ] + SID_ATTR_ZOOMSLIDER + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] //idlpp kein Menueeintrag , also keine Texte SID_TEXTSTATUS //idlpp ole : no , status : no [ -- cgit