diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-04-26 10:41:38 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-05-04 14:22:15 +0000 |
commit | c4170770def6abdfa4201101b8ca5fd7769135f2 (patch) | |
tree | 2b9f26c1acfc746c490890e05d656bb6f69385e3 /sd/source/ui/func/fupage.cxx | |
parent | e0dd123b3e6fa6e0bccff3bd1fbb132997d3266c (diff) |
tdf#89466: Give those slots a separate GetState method
only SID_ATTR_PAGE_SIZE does anything so far
Change-Id: I30de1b8b72702b0ddd536ed4026b433ed9295bb7
Reviewed-on: https://gerrit.libreoffice.org/24450
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/source/ui/func/fupage.cxx')
-rw-r--r-- | sd/source/ui/func/fupage.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx index cb2ecda96154..09788815a578 100644 --- a/sd/source/ui/func/fupage.cxx +++ b/sd/source/ui/func/fupage.cxx @@ -147,7 +147,10 @@ void FuPage::DoExecute( SfxRequest& ) // if we now have arguments, apply them to current page if( mpArgs ) + { ApplyItemSet( mpArgs ); + mpView->SetAttributes( *mpArgs ); + } static sal_uInt16 SidArray[] = { SID_ATTR_PAGE_COLOR, |