summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/framework/ConfigurationController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/framework/ConfigurationController.hxx')
-rw-r--r--sd/source/ui/inc/framework/ConfigurationController.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/framework/ConfigurationController.hxx b/sd/source/ui/inc/framework/ConfigurationController.hxx
index a8f5be5ae35d..da7c45d53c95 100644
--- a/sd/source/ui/inc/framework/ConfigurationController.hxx
+++ b/sd/source/ui/inc/framework/ConfigurationController.hxx
@@ -52,8 +52,8 @@ class ConfigurationController
public ConfigurationControllerInterfaceBase
{
public:
- ConfigurationController() throw();
- virtual ~ConfigurationController() throw() override;
+ ConfigurationController() noexcept;
+ virtual ~ConfigurationController() noexcept override;
ConfigurationController(const ConfigurationController&) = delete;
ConfigurationController& operator=(const ConfigurationController&) = delete;