Kaydet (Commit) 2064d3df authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Template Manager: don't show any tab and show all folders when saving template

üst 8666cdd9
...@@ -227,6 +227,8 @@ SfxTemplateManagerDlg::~SfxTemplateManagerDlg () ...@@ -227,6 +227,8 @@ SfxTemplateManagerDlg::~SfxTemplateManagerDlg ()
void SfxTemplateManagerDlg::setSaveMode(bool bMode) void SfxTemplateManagerDlg::setSaveMode(bool bMode)
{ {
mbIsSaveMode = bMode; mbIsSaveMode = bMode;
maTabControl.Clear();
mpCurView->filterTemplatesByApp(FILTER_APP_NONE);
if (bMode) if (bMode)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment