diff options
author | Tsutomu Uchino <hanya@apache.org> | 2014-05-17 07:06:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-17 20:53:01 +0100 |
commit | 0e65f83415708d5072edd65d75253a721ddbeefa (patch) | |
tree | 93e1ab1ffbc8aeec77fd94f1f86078091377b350 /cui | |
parent | 2d171301560c8ba896e85616ae6442a1b4070bc5 (diff) |
Resolves: #i53447# update example view for Draw...
during the activation of the tab page
(cherry picked from commit cda643a4d4c5a32b3d171aaa888d718409b3d5f3)
Change-Id: I0b0ca24374050675158b16001f0709846e5ee8f9
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/page.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx index e13fce19ab3c..fbc24a7d7176 100644 --- a/cui/source/tabpages/page.cxx +++ b/cui/source/tabpages/page.cxx @@ -1373,6 +1373,7 @@ void SvxPageDescPage::InitHeadFoot_Impl( const SfxItemSet& rSet ) void SvxPageDescPage::ActivatePage( const SfxItemSet& rSet ) { InitHeadFoot_Impl( rSet ); + UpdateExample_Impl(); ResetBackground_Impl( rSet ); RangeHdl_Impl( 0 ); } |