diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-24 13:41:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-24 20:22:58 +0200 |
commit | 5838b62e7ba2312f41a4c8a43d53036476bfce1d (patch) | |
tree | 56d347f2f6c5f5343d7528007e880ddc6c8e08a5 /svx/source/gallery2 | |
parent | d263afb35f3532844a10c23c30e28b5360d96fe4 (diff) |
final ctor arg of PanelLayout ctor is always true now
Change-Id: I40cb888c13cb49aa0e20b5be5ceb1c15cf7a346c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92858
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r-- | svx/source/gallery2/GalleryControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/GalleryControl.cxx b/svx/source/gallery2/GalleryControl.cxx index e934cc0d9974..a25d178d4ad7 100644 --- a/svx/source/gallery2/GalleryControl.cxx +++ b/svx/source/gallery2/GalleryControl.cxx @@ -26,7 +26,7 @@ namespace svx::sidebar { GalleryControl::GalleryControl(vcl::Window* pParent) - : PanelLayout(pParent, "GalleryPanel", "svx/ui/sidebargallery.ui", nullptr, true) + : PanelLayout(pParent, "GalleryPanel", "svx/ui/sidebargallery.ui", nullptr) , mpGallery(Gallery::GetGalleryInstance()) , mxBrowser1(new GalleryBrowser1( *m_xBuilder, |