summaryrefslogtreecommitdiff
path: root/chart2/source/tools/FormattedStringHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/FormattedStringHelper.cxx')
-rw-r--r--chart2/source/tools/FormattedStringHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/FormattedStringHelper.cxx b/chart2/source/tools/FormattedStringHelper.cxx
index ff885494d231..755dd532b042 100644
--- a/chart2/source/tools/FormattedStringHelper.cxx
+++ b/chart2/source/tools/FormattedStringHelper.cxx
@@ -34,7 +34,7 @@ Sequence< Reference< chart2::XFormattedString2 > >
FormattedStringHelper::createFormattedStringSequence(
const Reference< uno::XComponentContext > & xContext
, const OUString & rString
- , const Reference< beans::XPropertySet > & xTextProperties ) throw()
+ , const Reference< beans::XPropertySet > & xTextProperties ) noexcept
{
Reference< XFormattedString2 > xFormStr;
try