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