diff options
author | Justin Luth <justin_luth@sil.org> | 2016-12-13 14:23:24 +0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-12-13 14:25:25 +0000 |
commit | e08355618e13a83210b746c67bb9f7a0b425e1dc (patch) | |
tree | 34a10e3b8b6cc22f9204198c4b5c3c394d85ac3c /sw | |
parent | 23f0cf39096d0ab8696a5a621bf8d6e237ab9958 (diff) |
tdf#104545 SID_PARA_DLG: use passed PaM instead of GetCursor
reverts portion of commit 7d9bb549d498d6beed2c4050c402d09643febdfa
Change-Id: Ia683c3bac786a9c2c3b13732b1cb49389074beda
Reviewed-on: https://gerrit.libreoffice.org/31953
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index 010e14ebaedc..32161257622f 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -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 |