summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTsutomu Uchino <hanya@apache.org>2014-05-17 07:06:55 +0000
committerTsutomu Uchino <hanya@apache.org>2014-05-17 07:06:55 +0000
commitcda643a4d4c5a32b3d171aaa888d718409b3d5f3 (patch)
treee61622756d674402cbb6b85d5975c4ec7e967a47 /cui
parente105ba8f729c8476d8b300e113b598dc514c0463 (diff)
#i53447# update example view for Draw during the activation of the tab page
Notes
Notes: merged as: 0e65f83415708d5072edd65d75253a721ddbeefa
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/page.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index c5c349505e81..3edba4b02c53 100644
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -1458,6 +1458,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 );
}