summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/styles/StylesPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/styles/StylesPropertyPanel.hxx')
-rw-r--r--svx/source/sidebar/styles/StylesPropertyPanel.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/svx/source/sidebar/styles/StylesPropertyPanel.hxx b/svx/source/sidebar/styles/StylesPropertyPanel.hxx
index f9dd6b1747e9..38c5f9bf773e 100644
--- a/svx/source/sidebar/styles/StylesPropertyPanel.hxx
+++ b/svx/source/sidebar/styles/StylesPropertyPanel.hxx
@@ -18,16 +18,12 @@ private:
public:
virtual ~StylesPropertyPanel() 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 DataChanged( const DataChangedEvent& rEvent ) override;
-
- virtual void dispose() override;
-
StylesPropertyPanel(
- vcl::Window* pParent,
+ weld::Widget* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame);
};