summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-10 16:58:54 +0200
committerNoel Grandin <noel@peralex.com>2015-06-11 09:21:51 +0200
commitb75bda81c1eafeb9ff7e3dc5cfa4830c5da017c9 (patch)
tree5707cd2d115f4ae1a8e195e83f1b89038efbcc97
parent6758a1b16461bea4fe787aa8634fbd602f51d474 (diff)
tdf#90077 fix freeze when enabling media toolbar in Impress
Change-Id: I402bd7319d31859510a06644eb7dc786d56b312e Reviewed-on: https://gerrit.libreoffice.org/16213 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
-rw-r--r--avmedia/source/framework/mediacontrol.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx
index a05c54bacd3f..cde96f3564b2 100644
--- a/avmedia/source/framework/mediacontrol.cxx
+++ b/avmedia/source/framework/mediacontrol.cxx
@@ -605,7 +605,6 @@ IMPL_LINK( MediaControl, implZoomSelectHdl, ListBox*, p )
IMPL_LINK_NOARG_TYPED(MediaControl, implTimeoutHdl, Idle *, void)
{
update();
- maIdle.Start();
}
}