summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/text/TextPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/text/TextPropertyPanel.hxx')
-rw-r--r--svx/source/sidebar/text/TextPropertyPanel.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/sidebar/text/TextPropertyPanel.hxx b/svx/source/sidebar/text/TextPropertyPanel.hxx
index 437596145584..3ad44bde78ac 100644
--- a/svx/source/sidebar/text/TextPropertyPanel.hxx
+++ b/svx/source/sidebar/text/TextPropertyPanel.hxx
@@ -32,17 +32,16 @@ class TextPropertyPanel
{
public:
virtual ~TextPropertyPanel() override;
- virtual void dispose() override;
- 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 void HandleContextChange (
const vcl::EnumContext& rContext) override;
TextPropertyPanel (
- vcl::Window* pParent,
+ weld::Widget* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame);
private: