summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-04-07 11:02:03 +0300
committerMichael Stahl <mstahl@redhat.com>2016-04-07 20:48:56 +0000
commite88ba02a70c3f2279ed7ceefeb94f843537bcf8e (patch)
tree59b5a7828af8cfcf4ba0e934b2e066d839e58cbe /sfx2
parente943da4189e829c7b65b6d171bd6d16ca5e0b425 (diff)
tdf#97087 - Give Idles comprehensible and unique names
Change-Id: I435d26c00f48506a3f6bfb22aae156e91636842a Reviewed-on: https://gerrit.libreoffice.org/23887 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/templdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 86af63d112c3..9bc9d6f6e630 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -1535,7 +1535,7 @@ void SfxCommonTemplateDialog_Impl::Notify(SfxBroadcaster& /*rBC*/, const SfxHint
{
if(!pIdle)
{
- pIdle=new Idle;
+ pIdle=new Idle("SfxCommonTemplate");
pIdle->SetPriority(SchedulerPriority::LOWEST);
pIdle->SetIdleHdl(LINK(this,SfxCommonTemplateDialog_Impl,TimeOut));
}