diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-09-02 15:07:26 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2018-10-08 02:38:33 +0200 |
commit | 94bf82a8ceba41c32cf3620529e6ce8ea94f18c0 (patch) | |
tree | 4fb1b588cbea5ecfd265b49e925cff5621431265 | |
parent | e46f8a9a4e3c5b0542c0813b476b449f3af8d607 (diff) |
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@gmail.com>
-rw-r--r-- | sfx2/source/dialog/templdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); } |