[Libreoffice-commits] core.git: slideshow/test

Jennifer Liebel jliebel94 at gmail.com
Wed Nov 5 01:27:10 PST 2014


 slideshow/test/demoshow.cxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit c7abe70581ad6111cd5c46f699c5f7c27ae504cb
Author: Jennifer Liebel <jliebel94 at gmail.com>
Date:   Wed Nov 5 09:14:48 2014 +0000

    removed nTimeout variable
    
    Change-Id: Ibc5bf2b0be58e8fa81d3cdf1ba2a39503b059f1a
    Reviewed-on: https://gerrit.libreoffice.org/12262
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx
index e3409e5..dd4ee48 100644
--- a/slideshow/test/demoshow.cxx
+++ b/slideshow/test/demoshow.cxx
@@ -469,10 +469,7 @@ IMPL_LINK_NOARG(DemoWindow, updateHdl)
     init();
 
     if( mxShow.is() )
-    {
-        double nTimeout;
-        mxShow->update(nTimeout);
-    }
+        mxShow->update(0);
     return 0;
 }
 


More information about the Libreoffice-commits mailing list