summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Panel.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:25 +0200
commit278aae133e3252572bfae5e950c6ec9f8f254b29 (patch)
treed3ad63d4ed6c501e615abeae89640d3d14c6354a /sfx2/source/sidebar/Panel.cxx
parent58c0252f372221eb71a669686c34f945533bd530 (diff)
loplugin:casttovoid: sfx2
Change-Id: If08aeb785b6ccffe477ddacc314f2182f6746648
Diffstat (limited to 'sfx2/source/sidebar/Panel.cxx')
-rw-r--r--sfx2/source/sidebar/Panel.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/Panel.cxx b/sfx2/source/sidebar/Panel.cxx
index fa75db898742..63b156c696df 100644
--- a/sfx2/source/sidebar/Panel.cxx
+++ b/sfx2/source/sidebar/Panel.cxx
@@ -152,9 +152,8 @@ void Panel::Resize()
}
}
-void Panel::DataChanged (const DataChangedEvent& rEvent)
+void Panel::DataChanged (const DataChangedEvent&)
{
- (void)rEvent;
Invalidate();
}