[Libreoffice-commits] core.git: cui/source

Tsutomu Uchino hanya at apache.org
Sat May 17 12:54:09 PDT 2014


 cui/source/tabpages/page.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0e65f83415708d5072edd65d75253a721ddbeefa
Author: Tsutomu Uchino <hanya at apache.org>
Date:   Sat May 17 07:06:55 2014 +0000

    Resolves: #i53447# update example view for Draw...
    
    during the activation of the tab page
    
    (cherry picked from commit cda643a4d4c5a32b3d171aaa888d718409b3d5f3)
    
    Change-Id: I0b0ca24374050675158b16001f0709846e5ee8f9

diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index e13fce1..fbc24a7 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 );
 }


More information about the Libreoffice-commits mailing list