[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sfx2/source
Joren De Cuyper
jorendc at libreoffice.org
Mon Feb 10 08:57:15 PST 2014
sfx2/source/doc/templatedlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2b81559c7a271e130500380a455cddfa841752c3
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/7959
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 08608aa..07c054f 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -293,6 +293,7 @@ SfxTemplateManagerDlg::~SfxTemplateManagerDlg ()
mpRemoteView->setOpenTemplateHdl(Link());
mpSearchView->setItemStateHdl(Link());
+ mpSearchView->setOpenTemplateHdl(Link());
delete mpSearchEdit;
delete mpViewBar;
More information about the Libreoffice-commits
mailing list