[Libreoffice-commits] core.git: sc/source

blendergeek timothy at eastlincoln.net
Sun Apr 9 15:00:43 UTC 2017


 sc/source/ui/dbgui/sfiltdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 886d76e50eab863a38010b983214e2ecaca658cf
Author: blendergeek <timothy at eastlincoln.net>
Date:   Sat Apr 8 10:33:45 2017 -0400

    tdf#97087, Add debug name to an Idle object
    
    Change-Id: I3974be660951cfcf7ac4028e5810c16256959079
    Reviewed-on: https://gerrit.libreoffice.org/36292
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx
index 9cf57d8bac89..be4c9a06cd91 100644
--- a/sc/source/ui/dbgui/sfiltdlg.cxx
+++ b/sc/source/ui/dbgui/sfiltdlg.cxx
@@ -85,7 +85,7 @@ ScSpecialFilterDlg::ScSpecialFilterDlg( SfxBindings* pB, SfxChildWindow* pCW, vc
     pEdFilterArea->GrabFocus();
 
     // hack: control of RefInput
-    pIdle = new Idle;
+    pIdle = new Idle("Special Filter Dialog");
     // FIXME: this is an abomination
     pIdle->SetPriority( TaskPriority::LOWEST );
     pIdle->SetInvokeHandler( LINK( this, ScSpecialFilterDlg, TimeOutHdl ) );


More information about the Libreoffice-commits mailing list