summaryrefslogtreecommitdiff
path: root/sw/source/core/access
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2020-12-31 23:03:01 +0100
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2021-01-02 21:56:11 +0100
commitac624ef10a4620c2a12ea688e313a8d5173052cf (patch)
treeeba5ab66ba08b6247bae965a5f9add261f9bb6e6 /sw/source/core/access
parented7d6dd9e222daef5a0d0147e0311b951f9a29ce (diff)
SwFrame: Modify no more
Change-Id: I8e2c89f2c897535013d64720b6c2c5bbac602b14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108551 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/source/core/access')
-rw-r--r--sw/source/core/access/accmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index 8f3543dcd4df..4771f4c8e903 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -2293,7 +2293,7 @@ void SwAccessibleMap::A11yDispose( const SwFrame *pFrame,
(xParentAccImpl.is() || xShapeAccImpl.is()) )
{
// Keep a reference to the XShape to avoid that it
- // is deleted with a SwFrameFormat::Modify.
+ // is deleted with a SwFrameFormat::SwClientNotify.
uno::Reference < drawing::XShape > xShape(
const_cast< SdrObject * >( pObj )->getUnoShape(),
uno::UNO_QUERY );