summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/sidebar/WriterInspectorTextPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/sidebar/WriterInspectorTextPanel.hxx')
-rw-r--r--sw/source/uibase/sidebar/WriterInspectorTextPanel.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/uibase/sidebar/WriterInspectorTextPanel.hxx b/sw/source/uibase/sidebar/WriterInspectorTextPanel.hxx
index 56137399c679..2f72c6317523 100644
--- a/sw/source/uibase/sidebar/WriterInspectorTextPanel.hxx
+++ b/sw/source/uibase/sidebar/WriterInspectorTextPanel.hxx
@@ -27,14 +27,11 @@ namespace sw::sidebar
class WriterInspectorTextPanel final : public svx::sidebar::InspectorTextPanel
{
public:
- static VclPtr<PanelLayout> Create(vcl::Window* pParent,
- const css::uno::Reference<css::frame::XFrame>& rxFrame);
+ static std::unique_ptr<PanelLayout> Create(weld::Widget* pParent);
- WriterInspectorTextPanel(vcl::Window* pParent,
- const css::uno::Reference<css::frame::XFrame>& rxFrame);
+ WriterInspectorTextPanel(weld::Widget* pParent);
virtual ~WriterInspectorTextPanel() override;
- virtual void dispose() override;
private:
SwWrtShell* m_pShell;