summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar/PageHeaderPanel.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-26 12:57:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-26 12:57:12 +0200
commit77829f9221c1d9c9747304c90a0ceb8a16864a26 (patch)
tree1feb83d5c7af4d18864dc7e2931ab68c91acf323 /sw/source/uibase/sidebar/PageHeaderPanel.hxx
parentcc8bbf9392336371ba65e04aa13bed82d9e45a70 (diff)
Various loplugin warnings
Change-Id: I27101eb92a5ce6665c6dfaf761c06a33c7646dcb
Diffstat (limited to 'sw/source/uibase/sidebar/PageHeaderPanel.hxx')
-rw-r--r--sw/source/uibase/sidebar/PageHeaderPanel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/sidebar/PageHeaderPanel.hxx b/sw/source/uibase/sidebar/PageHeaderPanel.hxx
index 46222aee5579..ae1b525d850a 100644
--- a/sw/source/uibase/sidebar/PageHeaderPanel.hxx
+++ b/sw/source/uibase/sidebar/PageHeaderPanel.hxx
@@ -60,7 +60,7 @@ public:
const sal_uInt16 nSId,
const SfxItemState eState,
const SfxPoolItem* pState,
- const bool bIsEnabled);
+ const bool bIsEnabled) override;
SfxBindings* GetBindings() const { return mpBindings; }
PageHeaderPanel(
@@ -68,7 +68,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxFrame,
SfxBindings* pBindings);
virtual ~PageHeaderPanel();
- virtual void dispose();
+ virtual void dispose() override;
private: