svx/source/svdraw/svdedxv.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5c4e77c839988838ead659b9986da8dfebfcf7e0
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Mon Mar 11 21:03:30 2024 +0530
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Mon Mar 11 21:48:48 2024 +0100

    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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

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();
         }

Reply via email to