summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshtxt.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-07-01 11:40:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-07-01 13:05:39 +0200
commit832a096cb02cf01e0b3839e959f2da43e27620b9 (patch)
tree5d7da705e673986271d426188f9f0e22a9295892 /svx/source/unodraw/unoshtxt.cxx
parent830ba03622b89992b1aef6fb8bf25680a68d5fdf (diff)
Call to EndListening here no longer necessary
after commit 4d0ba0badeb5a83d8eb5373ba5d7ef931dcf62c9 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Wed Jun 26 11:18:47 2024 +0200 reduce number of SvxTextEditSourceImpl listeners on SdrModel Change-Id: Iba5c0e863713aa76d2b3ddafdca2bc44bc92c753 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169788 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/unodraw/unoshtxt.cxx')
-rw-r--r--svx/source/unodraw/unoshtxt.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx
index 33c5a5dc0c29..afc987da6cf2 100644
--- a/svx/source/unodraw/unoshtxt.cxx
+++ b/svx/source/unodraw/unoshtxt.cxx
@@ -404,10 +404,7 @@ void SvxTextEditSourceImpl::dispose()
}
if( mpModel )
- {
- EndListening( *mpModel );
mpModel = nullptr;
- }
if( mpView )
{