[Libreoffice-commits] core.git: sdext/source
Michael Stahl
mstahl at redhat.com
Mon Sep 8 12:26:51 PDT 2014
sdext/source/presenter/PresenterTimer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5d0676066411f9f0d2061a89b97754aa09a0b9c8
Author: Michael Stahl <mstahl at 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());
}
More information about the Libreoffice-commits
mailing list