Kaydet (Commit) e0835561 authored tarafından Justin Luth's avatar Justin Luth Kaydeden (comit) Michael Stahl

tdf#104545 SID_PARA_DLG: use passed PaM instead of GetCursor

reverts portion of commit 7d9bb549

Change-Id: Ia683c3bac786a9c2c3b13732b1cb49389074beda
Reviewed-on: https://gerrit.libreoffice.org/31953Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 23f0cf39
......@@ -938,7 +938,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
0);
// get also the list level indent values merged as LR-SPACE item, if needed.
rWrtSh.GetCurAttr( aCoreSet, true );
rWrtSh.GetPaMAttr( pPaM, aCoreSet, true );
//UUUU create needed items for XPropertyList entries from the DrawModel so that
// the Area TabPage can access them
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment