summaryrefslogtreecommitdiff
path: root/include/svx/unoprov.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unoprov.hxx')
-rw-r--r--include/svx/unoprov.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoprov.hxx b/include/svx/unoprov.hxx
index 7292bb1d5fdd..0b03c7732bbc 100644
--- a/include/svx/unoprov.hxx
+++ b/include/svx/unoprov.hxx
@@ -111,7 +111,7 @@ namespace comphelper { class PropertySetInfo; }
class SvxPropertySetInfoPool
{
public:
- UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) static rtl::Reference<comphelper::PropertySetInfo> const & getOrCreate( sal_Int32 nServiceId ) throw();
+ UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) static rtl::Reference<comphelper::PropertySetInfo> const & getOrCreate( sal_Int32 nServiceId ) noexcept;
private:
static rtl::Reference<comphelper::PropertySetInfo> mxInfos[SVXUNO_SERVICEID_LASTID+1];