[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sd/source

Muthu Subramanian sumuthu at collabora.com
Wed Mar 12 04:14:29 PDT 2014


 sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 87a376ce619c54abef5d5abf19039ff43ba998b8
Author: Muthu Subramanian <sumuthu at collabora.com>
Date:   Wed Mar 12 12:31:52 2014 +0530

    n#862516: Remember slides sorter view setting.
    
    Keep the number of slides per row when moving across tabs.
    
    Change-Id: I316dac87c9dc8c88149b510f93be88940d91d98c
    Reviewed-on: https://gerrit.libreoffice.org/8545
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
index 319371b..0c948bd 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
@@ -590,6 +590,8 @@ void SlideSorterViewShell::Activate (sal_Bool bIsMDIActivate)
 
 void SlideSorterViewShell::Deactivate (sal_Bool /*bIsMDIActivate*/)
 {
+    // Save Settings - Specifically SlidesPerRow to retrieve it later
+    WriteFrameViewData();
 }
 
 


More information about the Libreoffice-commits mailing list