diff options
author | Pranam Lashkari <lpranam@collabora.com> | 2024-03-11 21:03:30 +0530 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-03-11 21:48:48 +0100 |
commit | 5c4e77c839988838ead659b9986da8dfebfcf7e0 (patch) | |
tree | 6a840396247ca4606006a50e352609f8945ab44c /svx/source | |
parent | 663d61986cb529644fbc2385638e95b77b41d245 (diff) |
LOK: send LOK_CALLBACK_SHAPE_INNER_TEXT info on empty textbox initialization
Change-Id: I8bc003f89147c145ec4b1f9a91b6fe82da9f14be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164663
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/svdedxv.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx index 0efdd449e00e..4afe96b4c657 100644 --- a/svx/source/svdraw/svdedxv.cxx +++ b/svx/source/svdraw/svdedxv.cxx @@ -2426,7 +2426,10 @@ bool SdrObjEditView::SetAttributes(const SfxItemSet& rSet, bool bReplaceAll) Outliner* pTEOutliner = mpTextEditOutlinerView->GetOutliner(); if (pTEOutliner && pTEOutliner->IsModified()) + { GetModel().SetChanged(); + SetInnerTextAreaForLOKit(); + } ImpMakeTextCursorAreaVisible(); } |