summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx')
-rw-r--r--svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx b/svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx
index 7c8c3a2a84bb..a433907dcdc6 100644
--- a/svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx
+++ b/svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx
@@ -30,14 +30,13 @@ namespace sidebar
class FontworkPropertyPanel : public PanelLayout
{
public:
- static VclPtr<vcl::Window> Create(vcl::Window* pParent,
- const css::uno::Reference<css::frame::XFrame>& rxFrame);
+ static std::unique_ptr<FontworkPropertyPanel>
+ Create(weld::Widget* pParent, const css::uno::Reference<css::frame::XFrame>& rxFrame);
// constructor/destructor
- FontworkPropertyPanel(vcl::Window* pParent,
+ FontworkPropertyPanel(weld::Widget* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame);
~FontworkPropertyPanel();
- void dispose() override;
private:
std::unique_ptr<weld::Toolbar> m_pToolbar;