diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-18 11:34:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-19 09:05:58 +0200 |
commit | cdbe8a8700d5460e41d80b00310c6ff8977bc492 (patch) | |
tree | fb8f92ea13ccffad72894770ff75c8e8abc2a6c7 /include | |
parent | 618baf4c5b40f19be6e47e1384fbc7a6b7610416 (diff) |
loplugin:constantparam
and tweak the plugin to handle a crash seen with clang-9
Change-Id: Ie1ccf80c16a20dbca58e5bd081af13f75cf5ac8f
Reviewed-on: https://gerrit.libreoffice.org/75850
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/templatelocalview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx index 9161252957c8..1ecd60926839 100644 --- a/include/sfx2/templatelocalview.hxx +++ b/include/sfx2/templatelocalview.hxx @@ -69,7 +69,7 @@ class SFX2_DLLPUBLIC TemplateLocalView : public ThumbnailView public: - TemplateLocalView ( vcl::Window* pParent, WinBits nWinStyle = WB_TABSTOP | WB_BORDER ); + TemplateLocalView ( vcl::Window* pParent ); virtual ~TemplateLocalView () override; virtual void dispose() override; |