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

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


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

New commits:
commit 2166db00d1d639b3a5032f1866a6c5cd7275e57d
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/8542
    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 b32b4a2..6667c6c 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
@@ -593,6 +593,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