[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source
Tsutomu Uchino
hanya at apache.org
Sat May 17 01:07:21 PDT 2014
cui/source/tabpages/page.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit cda643a4d4c5a32b3d171aaa888d718409b3d5f3
Author: Tsutomu Uchino <hanya at apache.org>
Date: Sat May 17 07:06:55 2014 +0000
#i53447# update example view for Draw during the activation of the tab page
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index c5c3495..3edba4b 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 );
}
More information about the Libreoffice-commits
mailing list