summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2022-09-16 20:08:44 +0200
committerPranam Lashkari <lpranam@collabora.com>2022-09-30 14:32:26 +0200
commit8f1eb4eb903abba8a380cd7a7d27e81d6a58a550 (patch)
tree8e02a0ec15e7726e59236a91d4d53fd55e354a08 /svx
parent04684eff465ba4287613294eaa34dd2659fbafcf (diff)
lok: impress: clear selection when exited the textbox
it was sill visible in other views Change-Id: I75ce566a17fa1080d6e3008b964e367825225a09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140086 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdmrkv.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 82b2f2a847d2..eeed5b3ddcf4 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -1110,6 +1110,8 @@ void SdrMarkView::SetMarkHandlesForLOKit(tools::Rectangle const & rRect, const S
{
sSelectionText = "EMPTY";
sSelectionTextView = "EMPTY";
+ if (!pOtherShell)
+ pViewShell->NotifyOtherViews(LOK_CALLBACK_TEXT_VIEW_SELECTION, "selection", OString());
}
if (bTableSelection)