vcl/source/app/scheduler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ce5024ad52f38df064610bdba0409896b6f912c7 Author: Noel Grandin <n...@peralex.com> Date: Thu Nov 26 09:26:13 2015 +0200 loplugin:redundantcast Change-Id: I3fd7b6f8215bdd9e482cc81522a70cabc0080c4f diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx index ba90cca..e3c6abf 100644 --- a/vcl/source/app/scheduler.cxx +++ b/vcl/source/app/scheduler.cxx @@ -239,7 +239,7 @@ sal_uInt64 Scheduler::CalculateMinimumTimeout( bool &bHasActiveIdles ) { Scheduler::ImplStartTimer(nMinPeriod, true); SAL_INFO("vcl.schedule", "Calculated minimum timeout as " << nMinPeriod << " and " << - (const char *)(bHasActiveIdles ? "has active idles" : "no idles")); + (bHasActiveIdles ? "has active idles" : "no idles")); } return nMinPeriod; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits