summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2016-12-13 14:23:24 +0300
committerMichael Stahl <mstahl@redhat.com>2016-12-14 10:16:54 +0000
commit533482bbdfe4d96b69aff2e0dcc2101fcc912293 (patch)
tree0098238c868215f04917321aa5575d3bb62872c5 /sw
parente8b9fb81685db158b8b1285b2de627573a31ed76 (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> (cherry picked from commit e08355618e13a83210b746c67bb9f7a0b425e1dc) Reviewed-on: https://gerrit.libreoffice.org/31985 Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/textsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx
index c56621e65f8e..7501c174f38a 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -944,7 +944,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