summaryrefslogtreecommitdiff
path: root/svl/source/fsstor/oinputstreamcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/fsstor/oinputstreamcontainer.cxx')
-rw-r--r--svl/source/fsstor/oinputstreamcontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/fsstor/oinputstreamcontainer.cxx b/svl/source/fsstor/oinputstreamcontainer.cxx
index b62aca14c9b2..bb2ec91f8542 100644
--- a/svl/source/fsstor/oinputstreamcontainer.cxx
+++ b/svl/source/fsstor/oinputstreamcontainer.cxx
@@ -79,13 +79,13 @@ uno::Any SAL_CALL OFSInputStreamContainer::queryInterface( const uno::Type& rTyp
}
void SAL_CALL OFSInputStreamContainer::acquire()
- throw()
+ noexcept
{
::cppu::OWeakObject::acquire();
}
void SAL_CALL OFSInputStreamContainer::release()
- throw()
+ noexcept
{
::cppu::OWeakObject::release();
}