tdf#104545 SID_PARA_DLG: use passed PaM instead of GetCursor
reverts portion of commit 7d9bb549d4
Change-Id: Ia683c3bac786a9c2c3b13732b1cb49389074beda
Reviewed-on: https://gerrit.libreoffice.org/31953
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
committed by
Michael Stahl
parent
23f0cf3909
commit
e08355618e
@@ -938,7 +938,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
|
|||||||
0);
|
0);
|
||||||
|
|
||||||
// get also the list level indent values merged as LR-SPACE item, if needed.
|
// 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
|
//UUUU create needed items for XPropertyList entries from the DrawModel so that
|
||||||
// the Area TabPage can access them
|
// the Area TabPage can access them
|
||||||
|
Reference in New Issue
Block a user