summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/ChildWindowPane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/ChildWindowPane.hxx')
-rw-r--r--sd/source/ui/framework/factories/ChildWindowPane.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sd/source/ui/framework/factories/ChildWindowPane.hxx b/sd/source/ui/framework/factories/ChildWindowPane.hxx
index db85c0296cfb..dfe916309095 100644
--- a/sd/source/ui/framework/factories/ChildWindowPane.hxx
+++ b/sd/source/ui/framework/factories/ChildWindowPane.hxx
@@ -73,8 +73,7 @@ public:
window pointer before forwarding the call to the base class.
*/
virtual css::uno::Reference<css::awt::XWindow>
- SAL_CALL getWindow()
- throw (css::uno::RuntimeException, std::exception) override;
+ SAL_CALL getWindow() override;
DECLARE_XINTERFACE()
DECLARE_XTYPEPROVIDER()
@@ -82,8 +81,7 @@ public:
// XEventListener
virtual void SAL_CALL disposing(
- const css::lang::EventObject& rEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::lang::EventObject& rEvent) override;
private:
sal_uInt16 mnChildWindowId;