summaryrefslogtreecommitdiffstats
path: root/svx/inc/GalleryControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/GalleryControl.hxx')
-rw-r--r--svx/inc/GalleryControl.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/inc/GalleryControl.hxx b/svx/inc/GalleryControl.hxx
index 8f8e6339df85..d5835fb5759b 100644
--- a/svx/inc/GalleryControl.hxx
+++ b/svx/inc/GalleryControl.hxx
@@ -36,17 +36,13 @@ namespace svx::sidebar
class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) GalleryControl final : public PanelLayout
{
public:
- GalleryControl(vcl::Window* pParentWindow);
+ GalleryControl(weld::Widget* pParentWindow);
+ virtual ~GalleryControl() override;
private:
Gallery* mpGallery;
std::unique_ptr<GalleryBrowser1> mxBrowser1;
std::unique_ptr<GalleryBrowser2> mxBrowser2;
-
- virtual void GetFocus() override;
-
- virtual ~GalleryControl() override;
- virtual void dispose() override;
};
} // end of namespace svx::sidebar