summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/UnoPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/UnoPanel.hxx')
-rw-r--r--include/sfx2/sidebar/UnoPanel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/UnoPanel.hxx b/include/sfx2/sidebar/UnoPanel.hxx
index 227358e61ba3..88f47e9ecf45 100644
--- a/include/sfx2/sidebar/UnoPanel.hxx
+++ b/include/sfx2/sidebar/UnoPanel.hxx
@@ -33,7 +33,7 @@ class SfxUnoPanel : public ::cppu::WeakImplHelper1< css::ui::XPanel >
public:
SfxUnoPanel(const css::uno::Reference<css::frame::XFrame>& , const OUString&, const OUString&);
- virtual ~SfxUnoPanel() {};
+ virtual ~SfxUnoPanel() override {};
virtual OUString SAL_CALL getId()
throw(css::uno::RuntimeException, std::exception) override;