[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sfx2/source

Joren De Cuyper jorendc at libreoffice.org
Mon Feb 10 09:01:16 PST 2014


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

New commits:
commit 02aa4f5d3110001da5514d5a308ba77f1b7dd421
Author: Joren De Cuyper <jorendc at libreoffice.org>
Date:   Sun Feb 9 23:49:21 2014 +0100

    related fdo#65430: forgot to 'unlink' setOpenTemplateHdl
    
    This was introduced in 96e7225260aac0815643a4043f4ddb4e6b5764a1
    
    Conflicts:
    	sfx2/source/doc/templatedlg.cxx
    
    Change-Id: I9bb8abbc9e9167b1e43bebf4477cf73010bf2d92
    Reviewed-on: https://gerrit.libreoffice.org/7960
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index e6e464c..7032914 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -288,6 +288,7 @@ SfxTemplateManagerDlg::~SfxTemplateManagerDlg ()
     mpRemoteView->setOpenTemplateHdl(Link());
 
     mpSearchView->setItemStateHdl(Link());
+    mpSearchView->setOpenTemplateHdl(Link());
 
     delete mpSearchEdit;
     delete mpViewBar;


More information about the Libreoffice-commits mailing list