summaryrefslogtreecommitdiff
path: root/include/sfx2/thumbnailview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-27 15:26:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-29 11:57:20 +0200
commit589134377d5d8e496454e4df08d1065abffdbbf3 (patch)
treef49d571a907d50709851e5b65a6c7b479fde7b44 /include/sfx2/thumbnailview.hxx
parentc3b1033db7f71011b0d0399dd66f8fe5bd441410 (diff)
loplugin:constantparam
Change-Id: I54f0e2864cb4ef00fea8f9e4369a1f76721e7503 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97369 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/thumbnailview.hxx')
-rw-r--r--include/sfx2/thumbnailview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index b924da0f6b76..f9dcac25b142 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -183,7 +183,7 @@ class SFX2_DLLPUBLIC ThumbnailView : public Control, public ThumbnailViewBase
{
public:
- ThumbnailView(vcl::Window* pParent, WinBits nWinStyle = WB_TABSTOP);
+ ThumbnailView(vcl::Window* pParent);
virtual ~ThumbnailView() override;
virtual void dispose() override;