sc/source/ui/dbgui/sfiltdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 886d76e50eab863a38010b983214e2ecaca658cf Author: blendergeek <timo...@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.mohrh...@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrh...@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 ) ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits