summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docundomanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/docundomanager.cxx')
-rw-r--r--sfx2/source/doc/docundomanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/docundomanager.cxx b/sfx2/source/doc/docundomanager.cxx
index 47da49774c4d..45102c961c99 100644
--- a/sfx2/source/doc/docundomanager.cxx
+++ b/sfx2/source/doc/docundomanager.cxx
@@ -224,14 +224,14 @@ namespace sfx2
}
- void SAL_CALL DocumentUndoManager::acquire() throw()
+ void SAL_CALL DocumentUndoManager::acquire() noexcept
{
OWeakObject::acquire();
SfxModelSubComponent::acquireModel();
}
- void SAL_CALL DocumentUndoManager::release() throw()
+ void SAL_CALL DocumentUndoManager::release() noexcept
{
SfxModelSubComponent::releaseModel();
OWeakObject::release();