summaryrefslogtreecommitdiffstats
path: root/svx/source/sidebar/line/LinePropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/line/LinePropertyPanel.hxx')
-rw-r--r--svx/source/sidebar/line/LinePropertyPanel.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanel.hxx b/svx/source/sidebar/line/LinePropertyPanel.hxx
index 190de5915e1a..7223cd9f1f5a 100644
--- a/svx/source/sidebar/line/LinePropertyPanel.hxx
+++ b/svx/source/sidebar/line/LinePropertyPanel.hxx
@@ -42,10 +42,9 @@ class LinePropertyPanel : public LinePropertyPanelBase,
{
public:
virtual ~LinePropertyPanel() override;
- virtual void dispose() override;
- static VclPtr<PanelLayout> Create(
- vcl::Window* pParent,
+ static std::unique_ptr<PanelLayout> Create(
+ weld::Widget* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
SfxBindings* pBindings);
@@ -65,7 +64,7 @@ public:
// constructor/destructor
LinePropertyPanel(
- vcl::Window* pParent,
+ weld::Widget* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
SfxBindings* pBindings);