sfx2/source/doc/templatedlg.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 429c6579b58861a0bf2c2741e99e1700d51415e2
Author: jorendc <joren.libreoff...@telenet.be>
Date:   Tue Feb 4 14:31:39 2014 +0100

    Close Template Dialog when we saved a template
    
    Change-Id: I1529e7d628984d9720dd1169816911a957df7a11
    Reviewed-on: https://gerrit.libreoffice.org/7850
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index d61d6b5..5c88f99 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -1458,6 +1458,9 @@ void SfxTemplateManagerDlg::OnTemplateSaveAs()
             if (!aFolderList.isEmpty())
             {
             }
+
+            // After save file, just close the dialog
+            Close();
         }
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to