summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar/ThemePanel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-23 13:47:22 +0200
committerNoel Grandin <noel@peralex.com>2015-11-24 08:05:01 +0200
commitc43ee8d54ad44e01d0bba404e719d2b03a73959e (patch)
tree284284eb11fa0986845e63867bcf0e0a89e6b58f /sw/source/uibase/sidebar/ThemePanel.hxx
parentaefcb307c246275fa9001996bd815c73b4ac79b3 (diff)
loplugin:unusedfields in sw/
Change-Id: I3e146c4287df70bbf58443caecfa62453c116ecb
Diffstat (limited to 'sw/source/uibase/sidebar/ThemePanel.hxx')
-rw-r--r--sw/source/uibase/sidebar/ThemePanel.hxx8
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;