From 637033d67c11582abaef43b1d16d3ba4e5653a0d Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Sat, 5 Oct 2013 13:47:45 +0200 Subject: fdo#33848 Show zoom Slider when the focus is on the Slides Sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inspired by this patch from Ariel Constenla-Haile:https://issues.apache.org/ooo/attachment.cgi?id=80653&action=diff Change-Id: I8e482d9829eeb81a1f7cc89a4de781ae768f3333 Reviewed-on: https://gerrit.libreoffice.org/6141 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/sdi/SlideSorterController.sdi | 6 ------ sd/source/ui/slidesorter/controller/SlsSlotManager.cxx | 4 ---- 2 files changed, 10 deletions(-) diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi index 36ddbd897033..4c5787a6f2a8 100644 --- a/sd/sdi/SlideSorterController.sdi +++ b/sd/sdi/SlideSorterController.sdi @@ -186,12 +186,6 @@ interface SlideSorterView ExecMethod = ExecStatusBar ; StateMethod = GetStatusBarState ; ] - SID_ATTR_ZOOMSLIDER // status() - [ - ExecMethod = ExecStatusBar ; - StateMethod = GetStatusBarState ; - ] - SID_RELOAD // ole : no, status : ? [ GroupId = GID_DOCUMENT ; diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx index 7e312852d9e2..715ecef83447 100644 --- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx @@ -876,10 +876,6 @@ void SlotManager::GetStatusBarState (SfxItemSet& rSet) aLayoutStr = aLayoutStr.copy(0, nIndex); rSet.Put( SfxStringItem( SID_STATUS_LAYOUT, aLayoutStr ) ); } - if( SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_ATTR_ZOOMSLIDER ) ) - { - rSet.Put( SfxVoidItem( SID_ATTR_ZOOMSLIDER ) ); - } } void SlotManager::ShowSlideShow( SfxRequest& rReq) -- cgit v1.2.3