summaryrefslogtreecommitdiff
path: root/svx/source/dialog/rubydialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/rubydialog.cxx')
-rw-r--r--svx/source/dialog/rubydialog.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx
index a38df223f934..9ef4e9558f06 100644
--- a/svx/source/dialog/rubydialog.cxx
+++ b/svx/source/dialog/rubydialog.cxx
@@ -127,10 +127,8 @@ public:
}
void AssertOneEntry();
- virtual void SAL_CALL selectionChanged(const css::lang::EventObject& aEvent)
- throw (RuntimeException, std::exception) override;
- virtual void SAL_CALL disposing( const css::lang::EventObject& Source)
- throw (RuntimeException, std::exception) override;
+ virtual void SAL_CALL selectionChanged(const css::lang::EventObject& aEvent) override;
+ virtual void SAL_CALL disposing( const css::lang::EventObject& Source) override;
};
@@ -165,12 +163,12 @@ void SvxRubyData_Impl::SetController(const Reference<XController>& xCtrl)
}
}
-void SvxRubyData_Impl::selectionChanged(const EventObject& ) throw (RuntimeException, std::exception)
+void SvxRubyData_Impl::selectionChanged(const EventObject& )
{
bHasSelectionChanged = true;
}
-void SvxRubyData_Impl::disposing(const EventObject&) throw (RuntimeException, std::exception)
+void SvxRubyData_Impl::disposing(const EventObject&)
{
try
{