summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/lists/ListsPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/lists/ListsPropertyPanel.hxx')
-rw-r--r--svx/source/sidebar/lists/ListsPropertyPanel.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/sidebar/lists/ListsPropertyPanel.hxx b/svx/source/sidebar/lists/ListsPropertyPanel.hxx
index 9c2c71f385c6..ec20bb4308dd 100644
--- a/svx/source/sidebar/lists/ListsPropertyPanel.hxx
+++ b/svx/source/sidebar/lists/ListsPropertyPanel.hxx
@@ -29,12 +29,11 @@ class ListsPropertyPanel : public PanelLayout
{
public:
virtual ~ListsPropertyPanel() override;
- virtual void dispose() override;
- static VclPtr<PanelLayout> Create(vcl::Window* pParent,
- const css::uno::Reference<css::frame::XFrame>& rxFrame);
+ static std::unique_ptr<PanelLayout>
+ Create(weld::Widget* pParent, const css::uno::Reference<css::frame::XFrame>& rxFrame);
- ListsPropertyPanel(vcl::Window* pParent,
+ ListsPropertyPanel(weld::Widget* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame);
private: