summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/UnoSidebar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/UnoSidebar.hxx')
-rw-r--r--include/sfx2/sidebar/UnoSidebar.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/sfx2/sidebar/UnoSidebar.hxx b/include/sfx2/sidebar/UnoSidebar.hxx
index 687ecb2cfb94..79a3386d3628 100644
--- a/include/sfx2/sidebar/UnoSidebar.hxx
+++ b/include/sfx2/sidebar/UnoSidebar.hxx
@@ -42,23 +42,23 @@ public:
SfxUnoSidebar(const css::uno::Reference<css::frame::XFrame>&);
virtual void SAL_CALL showDecks (const sal_Bool bVisible)
- throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(css::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL setVisible (const sal_Bool bVisible)
- throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(css::uno::RuntimeException, std::exception) override;
virtual sal_Bool SAL_CALL isVisible()
- throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(css::uno::RuntimeException, std::exception) override;
virtual css::uno::Reference<css::frame::XFrame> SAL_CALL getFrame()
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Reference<css::ui::XDecks> SAL_CALL getDecks()
- throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(css::uno::RuntimeException, std::exception) override;
virtual css::uno::Reference<css::ui::XSidebar> SAL_CALL getSidebar()
- throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(css::uno::RuntimeException, std::exception) override;
};