summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/inputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/inputstream.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/inputstream.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/inputstream.cxx b/xmlhelp/source/cxxhelp/provider/inputstream.cxx
index 8eaebf364320..59c87cef40fc 100644
--- a/xmlhelp/source/cxxhelp/provider/inputstream.cxx
+++ b/xmlhelp/source/cxxhelp/provider/inputstream.cxx
@@ -54,7 +54,7 @@ XInputStream_impl::queryInterface( const uno::Type& rType )
void SAL_CALL
XInputStream_impl::acquire()
- throw()
+ noexcept
{
OWeakObject::acquire();
}
@@ -62,7 +62,7 @@ XInputStream_impl::acquire()
void SAL_CALL
XInputStream_impl::release()
- throw()
+ noexcept
{
OWeakObject::release();
}