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