https://bugs.freedesktop.org/show_bug.cgi?id=58815

--- Comment #21 from Michael Meeks <michael.me...@novell.com> ---
Digging at the bibsect:

git log
7c4d3ea6ba4d42b4dda5148a00c8c411b5d7703d..5b195fbcf7a441aeb193f6abd08b877e580938e0
-- sd/

suggest that Thorsten's commit:

commit aa1927dc257b52edf96de220cc3797e02c83a0ae
Author: Thorsten Behrens <tbehr...@suse.com>
Date:   Wed Oct 10 10:57:35 2012 +0200

    Make svg export use slidesorter selection in most cases.

    There was code previously that took the current selection, iff
    Impress main view was in slidesorter mode. Extended this quite
    helpful functionality to also work in other modes (as long as a
    slidesorter pane is displayed & has up-to-date selection, it should
    work).

    Change-Id: Ibbfe630a4ca31aa52978501745c2eef0d79fb8e3

91      0       sd/source/ui/framework/factories/ViewShellWrapper.cxx
13      2       sd/source/ui/inc/framework/ViewShellWrapper.hxx


Is almost certainly to blame for changing the ordering in subtle ways here:

+    ::boost::shared_ptr< ::sd::slidesorter::SlideSorterViewShell >            
                 mpSlideSorterViewShell;
...
@@ -64,6 +75,8 @@ ViewShellWrapper::ViewShellWrapper (
     const Reference<awt::XWindow>& rxWindow)
     : ViewShellWrapperInterfaceBase(MutexOwner::maMutex),
       mpViewShell(pViewShell),
+      mpSlideSorterViewShell(
+          ::boost::dynamic_pointer_cast<
::sd::slidesorter::SlideSorterViewShell >( pViewShell )),
       mxViewId(rxViewId),
       mxWindow(rxWindow)
 {

in particular.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to