sdext/source/presenter/PresenterTimer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d0676066411f9f0d2061a89b97754aa09a0b9c8
Author: Michael Stahl <mst...@redhat.com>
Date:   Mon Sep 8 21:17:48 2014 +0200

    sdext: check the copy on the stack, not the member
    
    Change-Id: Id8aaccf5fa31ad670215db61853bb729302b1fec

diff --git a/sdext/source/presenter/PresenterTimer.cxx 
b/sdext/source/presenter/PresenterTimer.cxx
index d3362ee..a54a3cb 100644
--- a/sdext/source/presenter/PresenterTimer.cxx
+++ b/sdext/source/presenter/PresenterTimer.cxx
@@ -483,7 +483,7 @@ void PresenterClockTimer::CheckCurrentTime (const 
TimeValue& rCurrentTime)
             }
         }
     }
-    if (mxRequestCallback.is() && xCallback.is())
+    if (xRequestCallback.is() && xCallback.is())
         xRequestCallback->addCallback(xCallback, Any());
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to