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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 8 00:38:54 UTC 2018


 sfx2/source/dialog/templdlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 94bf82a8ceba41c32cf3620529e6ce8ea94f18c0
Author:     Jim Raykowski <raykowj at gmail.com>
AuthorDate: Sun Sep 2 15:07:26 2018 -0800
Commit:     Jim Raykowski <raykowj at gmail.com>
CommitDate: Mon Oct 8 02:38:33 2018 +0200

    tdf#99678 Show style in common template dialog tree box immediatly
    
    ...after creation using New Style dialog
    
    Change-Id: Idb24f537fe7be2dfb9660a1a5de0bcd26612affc
    Reviewed-on: https://gerrit.libreoffice.org/59914
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <raykowj at gmail.com>

diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 88042ea54ea4..448f70182d23 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -1704,6 +1704,7 @@ void SfxCommonTemplateDialog_Impl::ActionSelect(sal_uInt16 nEntry)
                                  aTemplName, "",
                                  static_cast<sal_uInt16>(GetFamilyItem_Impl()->GetFamily()),
                                  nFilter);
+                    UpdateFamily_Impl();
                 }
                 pStyleSheetPool->SetSearchMask( eFam, nFilter );
             }


More information about the Libreoffice-commits mailing list