summaryrefslogtreecommitdiff
path: root/sfx2/source/control/templatelocalview.cxx
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 /sfx2/source/control/templatelocalview.cxx
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 'sfx2/source/control/templatelocalview.cxx')
-rw-r--r--sfx2/source/control/templatelocalview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/templatelocalview.cxx b/sfx2/source/control/templatelocalview.cxx
index ecaddc2c9f5d..1465933590b5 100644
--- a/sfx2/source/control/templatelocalview.cxx
+++ b/sfx2/source/control/templatelocalview.cxx
@@ -78,7 +78,7 @@ bool ViewFilter_Application::operator () (const ThumbnailViewItem *pItem)
}
TemplateLocalView::TemplateLocalView ( vcl::Window* pParent)
- : ThumbnailView(pParent, WB_TABSTOP),
+ : ThumbnailView(pParent),
mnCurRegionId(0),
maSelectedItem(nullptr),
mnThumbnailWidth(TEMPLATE_THUMBNAIL_MAX_WIDTH),