summaryrefslogtreecommitdiff
path: root/include/vcl/timer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-28 16:29:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-29 10:01:45 +0100
commit6a3413a2336433b1359db95cdf52eec0c93b632e (patch)
tree11cb8fa3329b6ad8fa5e77a349c706133f510e9c /include/vcl/timer.hxx
parent4e0dd43f9a90917676a46e451abaaaa2e52d7f2e (diff)
loplugin:countusersofdefaultparams in include/oox..vcl
Change-Id: If831bce4cd1fe2c5233159b31c239b813629e0de Reviewed-on: https://gerrit.libreoffice.org/45420 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/timer.hxx')
-rw-r--r--include/vcl/timer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/timer.hxx b/include/vcl/timer.hxx
index ad2206f1e41c..88f1558b8518 100644
--- a/include/vcl/timer.hxx
+++ b/include/vcl/timer.hxx
@@ -34,7 +34,7 @@ protected:
virtual sal_uInt64 UpdateMinPeriod(
sal_uInt64 nMinPeriod, sal_uInt64 nTimeNow ) const override;
- Timer( bool bAuto, const sal_Char *pDebugName = nullptr );
+ Timer( bool bAuto, const sal_Char *pDebugName );
public:
Timer( const sal_Char *pDebugName = nullptr );