summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2014-03-12 12:31:52 +0530
committerTor Lillqvist <tml@collabora.com>2014-03-25 11:37:19 +0200
commit0b51d8d13507394ac2c6f1f380c879f6069c8c57 (patch)
tree0fedae78293427f21711e81c15f693a2232460bf /sd
parent6107595a1c822357ec1056ac1f1f1a9a3504d16d (diff)
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@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
index 319371bc97d7..0c948bdf3df3 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();
}