diff options
Diffstat (limited to 'sw/source/uibase/sidebar/ThemePanel.hxx')
-rw-r--r-- | sw/source/uibase/sidebar/ThemePanel.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/uibase/sidebar/ThemePanel.hxx b/sw/source/uibase/sidebar/ThemePanel.hxx index ae8a37ecc51f..07d89dab34be 100644 --- a/sw/source/uibase/sidebar/ThemePanel.hxx +++ b/sw/source/uibase/sidebar/ThemePanel.hxx @@ -48,8 +48,7 @@ class ThemePanel : public PanelLayout, friend class VclPtr<ThemePanel>; public: static VclPtr<vcl::Window> Create(vcl::Window* pParent, - const css::uno::Reference<css::frame::XFrame>& rxFrame, - SfxBindings* pBindings); + const css::uno::Reference<css::frame::XFrame>& rxFrame); virtual void NotifyItemUpdate(const sal_uInt16 nSId, const SfxItemState eState, @@ -58,14 +57,11 @@ public: private: ThemePanel(vcl::Window* pParent, - const css::uno::Reference<css::frame::XFrame>& rxFrame, - SfxBindings* pBindings); + const css::uno::Reference<css::frame::XFrame>& rxFrame); virtual ~ThemePanel(); virtual void dispose() override; - SfxBindings* mpBindings; - VclPtr<ListBox> mpListBoxFonts; VclPtr<ValueSet> mpValueSetColors; VclPtr<PushButton> mpApplyButton; |