summaryrefslogtreecommitdiff
path: root/vcl/source/helper/commandinfoprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/helper/commandinfoprovider.cxx')
-rw-r--r--vcl/source/helper/commandinfoprovider.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/source/helper/commandinfoprovider.cxx b/vcl/source/helper/commandinfoprovider.cxx
index 7a844c607300..f1578151fb56 100644
--- a/vcl/source/helper/commandinfoprovider.cxx
+++ b/vcl/source/helper/commandinfoprovider.cxx
@@ -58,8 +58,7 @@ namespace
mxFrame->addFrameActionListener(this);
}
- virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
- throw (css::uno::RuntimeException, std::exception) override
+ virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent) override
{
// The same frame can be reused for a different component, e.g.
// starting component from the start center, so need to re-init the cached data.
@@ -71,8 +70,7 @@ namespace
if (mxFrame.is())
mxFrame->removeFrameActionListener(this);
}
- virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
- throw (RuntimeException, std::exception) override
+ virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent) override
{
(void)rEvent;
mrInfoProvider.SetFrame(nullptr);