diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-14 10:52:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-14 10:53:30 +0200 |
commit | faf4bf0c3e017b9caec27a1f7355c9cf636bf19b (patch) | |
tree | eec729652be79c6733b3461265d65697bc340066 /svtools/inc | |
parent | e9f28d0d98fef5aff63131a8e1c3395da0a422ad (diff) |
loplugin:countusersofdefaultparams in sot..svtools
Change-Id: Ifce19de3518f3eaf5a1b6439f9053feee4a33c14
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/roadmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/roadmap.hxx b/svtools/inc/roadmap.hxx index da1047e6d0d1..04b20f9eb5e5 100644 --- a/svtools/inc/roadmap.hxx +++ b/svtools/inc/roadmap.hxx @@ -50,7 +50,7 @@ protected: void implInit(vcl::RenderContext& rRenderContext); public: - ORoadmap( vcl::Window* _pParent, WinBits _nWinStyle = 0 ); + ORoadmap( vcl::Window* _pParent, WinBits _nWinStyle ); virtual ~ORoadmap( ) override; virtual void dispose() override; |