summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/EmptyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/EmptyPanel.hxx')
-rw-r--r--svx/source/sidebar/EmptyPanel.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/sidebar/EmptyPanel.hxx b/svx/source/sidebar/EmptyPanel.hxx
index 8abd46d509c5..26007a5302cc 100644
--- a/svx/source/sidebar/EmptyPanel.hxx
+++ b/svx/source/sidebar/EmptyPanel.hxx
@@ -29,9 +29,8 @@ namespace svx::sidebar
class EmptyPanel final : public PanelLayout
{
public:
- explicit EmptyPanel(vcl::Window* pParent);
+ explicit EmptyPanel(weld::Widget* pParent);
virtual ~EmptyPanel() override;
- virtual void dispose() override;
private:
std::unique_ptr<weld::Label> mxMessageControl;