summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/ToolBarModule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/ToolBarModule.cxx')
-rw-r--r--sd/source/ui/framework/module/ToolBarModule.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/framework/module/ToolBarModule.cxx b/sd/source/ui/framework/module/ToolBarModule.cxx
index 1370bd07dfd5..29c1f3a18cfc 100644
--- a/sd/source/ui/framework/module/ToolBarModule.cxx
+++ b/sd/source/ui/framework/module/ToolBarModule.cxx
@@ -98,7 +98,6 @@ void SAL_CALL ToolBarModule::disposing()
void SAL_CALL ToolBarModule::notifyConfigurationChange (
const ConfigurationChangeEvent& rEvent)
- throw (RuntimeException, std::exception)
{
if (mxConfigurationController.is())
{
@@ -184,7 +183,6 @@ void ToolBarModule::HandleUpdateEnd()
}
void SAL_CALL ToolBarModule::disposing (const lang::EventObject& rEvent)
- throw (RuntimeException, std::exception)
{
if (mxConfigurationController.is()
&& rEvent.Source == mxConfigurationController)