removed nTimeout variable

Change-Id: Ibc5bf2b0be58e8fa81d3cdf1ba2a39503b059f1a
Reviewed-on: https://gerrit.libreoffice.org/12262
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
Jennifer Liebel
2014-11-05 09:14:48 +00:00
committed by Noel Grandin
parent 0b4dfdd777
commit c7abe70581

View File

@@ -469,10 +469,7 @@ IMPL_LINK_NOARG(DemoWindow, updateHdl)
init();
if( mxShow.is() )
{
double nTimeout;
mxShow->update(nTimeout);
}
mxShow->update(0);
return 0;
}