diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-14 12:26:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-15 06:35:33 +0000 |
commit | 6df2c90c08b67b943022286e7152b51d52e0ef5e (patch) | |
tree | 5f90aabc3ee0a31708ab5fef4651cacfea384d6b /vcl/inc/headless | |
parent | c77b933f907e1d3c4778dd63cb4295c08d4d3f31 (diff) |
loplugin:countusersofdefaultparams in vcl
Change-Id: I046e6f16c5b171a06e2be2da2f72340634f3e979
Reviewed-on: https://gerrit.libreoffice.org/28891
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r-- | vcl/inc/headless/svpinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx index e7ed204528b5..df550c4f3616 100644 --- a/vcl/inc/headless/svpinst.hxx +++ b/vcl/inc/headless/svpinst.hxx @@ -70,7 +70,7 @@ class VCL_DLLPUBLIC SvpSalInstance : public SalGenericInstance ImplSVEvent* m_pData; SalEvent m_nEvent; - SalUserEvent( const SalFrame* pFrame, ImplSVEvent* pData, SalEvent nEvent = SalEvent::UserEvent ) + SalUserEvent( const SalFrame* pFrame, ImplSVEvent* pData, SalEvent nEvent ) : m_pFrame( pFrame ), m_pData( pData ), m_nEvent( nEvent ) |