summaryrefslogtreecommitdiffstats
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 0d32a38e3f88..66f773ae95a3 100644
--- a/svx/source/sidebar/styles/StylesPropertyPanel.hxx
+++ b/svx/source/sidebar/styles/StylesPropertyPanel.hxx
@@ -25,16 +25,12 @@ private:
public:
virtual ~StylesPropertyPanel() override;
- static VclPtr<PanelLayout> 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);
};