From c23757066d914ac04a39abcd72279c7c3d8919d5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Mar 2016 15:12:13 +0200 Subject: loplugin:constantparam in svx Change-Id: I50fa7e4c7525d2f8107a11d8203957a47680eb80 Reviewed-on: https://gerrit.libreoffice.org/23303 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/sdr/animation/scheduler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/sdr') diff --git a/include/svx/sdr/animation/scheduler.hxx b/include/svx/sdr/animation/scheduler.hxx index 1738ca5d1576..243d252a8c24 100644 --- a/include/svx/sdr/animation/scheduler.hxx +++ b/include/svx/sdr/animation/scheduler.hxx @@ -41,7 +41,7 @@ namespace sdr public: // constructor/destructor - SAL_DLLPRIVATE explicit Event(sal_uInt32 nTime); + SAL_DLLPRIVATE explicit Event(); virtual ~Event(); // access to mpNext -- cgit