diff options
Diffstat (limited to 'xmloff/inc/PropertySetMerger.hxx')
-rw-r--r-- | xmloff/inc/PropertySetMerger.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/PropertySetMerger.hxx b/xmloff/inc/PropertySetMerger.hxx index dba99d5b1b37..f002f4c8f639 100644 --- a/xmloff/inc/PropertySetMerger.hxx +++ b/xmloff/inc/PropertySetMerger.hxx @@ -23,6 +23,6 @@ extern css::uno::Reference<css::beans::XPropertySet> PropertySetMerger_CreateInstance( const css::uno::Reference<css::beans::XPropertySet>& rPropSet1, - const css::uno::Reference<css::beans::XPropertySet>& rPropSet2) throw(); + const css::uno::Reference<css::beans::XPropertySet>& rPropSet2) noexcept; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |