summaryrefslogtreecommitdiff
path: root/include/svx/unomod.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unomod.hxx')
-rw-r--r--include/svx/unomod.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unomod.hxx b/include/svx/unomod.hxx
index 35730594c1aa..dcdbfa8358d5 100644
--- a/include/svx/unomod.hxx
+++ b/include/svx/unomod.hxx
@@ -41,7 +41,7 @@ protected:
virtual SdrModel& getSdrModelFromUnoModel() const = 0; //TTTT make reference return
public:
- SvxUnoDrawMSFactory() throw() {};
+ SvxUnoDrawMSFactory() noexcept {};
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstance( const OUString& aServiceSpecifier ) override;
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceWithArguments( const OUString& ServiceSpecifier, const css::uno::Sequence< css::uno::Any >& Arguments ) override;