diff options
Diffstat (limited to 'binaryurp/source/unmarshal.cxx')
-rw-r--r-- | binaryurp/source/unmarshal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/unmarshal.cxx b/binaryurp/source/unmarshal.cxx index 8cf8676edad4..d307c81cc0b5 100644 --- a/binaryurp/source/unmarshal.cxx +++ b/binaryurp/source/unmarshal.cxx @@ -62,7 +62,7 @@ void * allocate(sal_Size size) { std::vector< BinaryAny >::iterator copyMemberValues( css::uno::TypeDescription const & type, - std::vector< BinaryAny >::iterator const & it, void * buffer) throw () + std::vector< BinaryAny >::iterator const & it, void * buffer) noexcept { assert( type.is() && |