summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/ShellStackGuard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/ShellStackGuard.cxx')
-rw-r--r--sd/source/ui/framework/module/ShellStackGuard.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/framework/module/ShellStackGuard.cxx b/sd/source/ui/framework/module/ShellStackGuard.cxx
index e41c7c10f396..2372158fe950 100644
--- a/sd/source/ui/framework/module/ShellStackGuard.cxx
+++ b/sd/source/ui/framework/module/ShellStackGuard.cxx
@@ -91,7 +91,6 @@ void SAL_CALL ShellStackGuard::disposing()
void SAL_CALL ShellStackGuard::notifyConfigurationChange (
const ConfigurationChangeEvent& rEvent)
- throw (RuntimeException, std::exception)
{
if (rEvent.Type.equals(FrameworkHelper::msConfigurationUpdateStartEvent))
{
@@ -108,7 +107,6 @@ void SAL_CALL ShellStackGuard::notifyConfigurationChange (
void SAL_CALL ShellStackGuard::disposing (
const lang::EventObject& rEvent)
- throw (RuntimeException, std::exception)
{
if (mxConfigurationController.is())
if (rEvent.Source == mxConfigurationController)