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