summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-11-28 20:21:26 +0530
committerAkshay Deep <akshaydeepiitr@gmail.com>2016-12-01 07:33:10 +0000
commite4a8b60564cdc332b07f3e18a67416b3c5c48703 (patch)
tree2c0d260b1ffbac4b51fa2658922d5953f9af91d3 /include
parentc7e7a634cf5941fffd97102fe4252aee7445e36b (diff)
tdf#101870 - Template manager thumbnail view control needs a border
Change-Id: If1773b99aa816b2b45fe16127ff09a646e3702ae Reviewed-on: https://gerrit.libreoffice.org/31324 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com> (cherry picked from commit 9abc547ef28f3f6891030597fd304ca757b102da) Reviewed-on: https://gerrit.libreoffice.org/31450
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/templatelocalview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx
index 8a3bfaeac19d..d75d86bc8970 100644
--- a/include/sfx2/templatelocalview.hxx
+++ b/include/sfx2/templatelocalview.hxx
@@ -78,7 +78,7 @@ class SFX2_DLLPUBLIC TemplateLocalView : public ThumbnailView
public:
- TemplateLocalView ( vcl::Window* pParent );
+ TemplateLocalView ( vcl::Window* pParent, WinBits nWinStyle = WB_TABSTOP | WB_BORDER );
virtual ~TemplateLocalView () override;
virtual void dispose() override;