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.hxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/include/sfx2/sidebar/UnoSidebar.hxx b/include/sfx2/sidebar/UnoSidebar.hxx
index 515ba9648906..a60143b65f94 100644
--- a/include/sfx2/sidebar/UnoSidebar.hxx
+++ b/include/sfx2/sidebar/UnoSidebar.hxx
@@ -40,24 +40,18 @@ public:
SfxUnoSidebar(const css::uno::Reference<css::frame::XFrame>&);
- virtual void SAL_CALL showDecks (const sal_Bool bVisible)
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL showDecks (const sal_Bool bVisible) override;
- virtual void SAL_CALL setVisible (const sal_Bool bVisible)
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL setVisible (const sal_Bool bVisible) override;
- virtual sal_Bool SAL_CALL isVisible()
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual sal_Bool SAL_CALL isVisible() override;
- virtual css::uno::Reference<css::frame::XFrame> SAL_CALL getFrame()
- throw( css::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference<css::frame::XFrame> SAL_CALL getFrame() override;
- virtual css::uno::Reference<css::ui::XDecks> SAL_CALL getDecks()
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Reference<css::ui::XDecks> SAL_CALL getDecks() override;
- virtual css::uno::Reference<css::ui::XSidebar> SAL_CALL getSidebar()
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Reference<css::ui::XSidebar> SAL_CALL getSidebar() override;
};