summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/ChildWindowPane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/ChildWindowPane.cxx')
-rw-r--r--sd/source/ui/framework/factories/ChildWindowPane.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/framework/factories/ChildWindowPane.cxx b/sd/source/ui/framework/factories/ChildWindowPane.cxx
index ac5f5be63319..ec0995721380 100644
--- a/sd/source/ui/framework/factories/ChildWindowPane.cxx
+++ b/sd/source/ui/framework/factories/ChildWindowPane.cxx
@@ -183,7 +183,6 @@ vcl::Window* ChildWindowPane::GetWindow()
}
Reference<awt::XWindow> SAL_CALL ChildWindowPane::getWindow()
- throw (RuntimeException, std::exception)
{
if (mpWindow == nullptr || ! mxWindow.is())
GetWindow();
@@ -202,7 +201,6 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2(
//----- XEventListener --------------------------------------------------------
void SAL_CALL ChildWindowPane::disposing (const lang::EventObject& rEvent)
- throw (RuntimeException, std::exception)
{
ThrowIfDisposed();