summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/FullScreenPane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/FullScreenPane.hxx')
-rw-r--r--sd/source/ui/framework/factories/FullScreenPane.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/sd/source/ui/framework/factories/FullScreenPane.hxx b/sd/source/ui/framework/factories/FullScreenPane.hxx
index c299e3f97c9f..3253ea153fac 100644
--- a/sd/source/ui/framework/factories/FullScreenPane.hxx
+++ b/sd/source/ui/framework/factories/FullScreenPane.hxx
@@ -58,25 +58,20 @@ public:
//----- XPane -------------------------------------------------------------
- virtual sal_Bool SAL_CALL isVisible()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Bool SAL_CALL isVisible() override;
- virtual void SAL_CALL setVisible (sal_Bool bIsVisible)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL setVisible (sal_Bool bIsVisible) override;
- virtual css::uno::Reference<css::accessibility::XAccessible> SAL_CALL getAccessible()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Reference<css::accessibility::XAccessible> SAL_CALL getAccessible() override;
virtual void SAL_CALL setAccessible (
- const css::uno::Reference<css::accessibility::XAccessible>& rxAccessible)
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference<css::accessibility::XAccessible>& rxAccessible) override;
DECL_LINK(WindowEventHandler, VclWindowEvent&, void);
protected:
virtual css::uno::Reference<css::rendering::XCanvas>
- CreateCanvas()
- throw (css::uno::RuntimeException) override;
+ CreateCanvas() override;
private:
css::uno::Reference<css::uno::XComponentContext> mxComponentContext;