summaryrefslogtreecommitdiff
path: root/package/source/xstor/oseekinstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/oseekinstream.cxx')
-rw-r--r--package/source/xstor/oseekinstream.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/source/xstor/oseekinstream.cxx b/package/source/xstor/oseekinstream.cxx
index d19d6a745ab1..f5e3d644d673 100644
--- a/package/source/xstor/oseekinstream.cxx
+++ b/package/source/xstor/oseekinstream.cxx
@@ -76,13 +76,13 @@ uno::Any SAL_CALL OInputSeekStream::queryInterface( const uno::Type& rType )
}
void SAL_CALL OInputSeekStream::acquire()
- throw()
+ noexcept
{
OInputCompStream::acquire();
}
void SAL_CALL OInputSeekStream::release()
- throw()
+ noexcept
{
OInputCompStream::release();
}