summaryrefslogtreecommitdiff
path: root/include/editeng/unoipset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unoipset.hxx')
-rw-r--r--include/editeng/unoipset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unoipset.hxx b/include/editeng/unoipset.hxx
index e510462b4dc9..10a0030aa75b 100644
--- a/include/editeng/unoipset.hxx
+++ b/include/editeng/unoipset.hxx
@@ -63,10 +63,10 @@ public:
};
/** converts the given any with a metric to 100th/mm if needed */
-EDITENG_DLLPUBLIC void SvxUnoConvertToMM( const MapUnit eSourceMapUnit, css::uno::Any & rMetric ) throw();
+EDITENG_DLLPUBLIC void SvxUnoConvertToMM( const MapUnit eSourceMapUnit, css::uno::Any & rMetric ) noexcept;
/** converts the given any with a metric from 100th/mm to the given metric if needed */
-EDITENG_DLLPUBLIC void SvxUnoConvertFromMM( const MapUnit eDestinationMapUnit, css::uno::Any & rMetric ) throw();
+EDITENG_DLLPUBLIC void SvxUnoConvertFromMM( const MapUnit eDestinationMapUnit, css::uno::Any & rMetric ) noexcept;
#endif // INCLUDED_EDITENG_UNOIPSET_HXX