summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r--svx/source/table/cell.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index a4bc4a86ffec..6e46f2a60ed6 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -423,7 +423,7 @@ Cell::Cell(
}
-Cell::~Cell() throw()
+Cell::~Cell() noexcept
{
dispose();
}
@@ -877,13 +877,13 @@ Any SAL_CALL Cell::queryInterface( const Type & rType )
}
-void SAL_CALL Cell::acquire() throw ()
+void SAL_CALL Cell::acquire() noexcept
{
::cppu::OWeakObject::acquire();
}
-void SAL_CALL Cell::release() throw ()
+void SAL_CALL Cell::release() noexcept
{
::cppu::OWeakObject::release();
}