Kaydet (Commit) c7abe705 authored tarafından Jennifer Liebel's avatar Jennifer Liebel Kaydeden (comit) Noel Grandin

removed nTimeout variable

Change-Id: Ibc5bf2b0be58e8fa81d3cdf1ba2a39503b059f1a
Reviewed-on: https://gerrit.libreoffice.org/12262Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 0b4dfdd7
...@@ -469,10 +469,7 @@ IMPL_LINK_NOARG(DemoWindow, updateHdl) ...@@ -469,10 +469,7 @@ IMPL_LINK_NOARG(DemoWindow, updateHdl)
init(); init();
if( mxShow.is() ) if( mxShow.is() )
{ mxShow->update(0);
double nTimeout;
mxShow->update(nTimeout);
}
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment