[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sw/source
Justin Luth
justin_luth at sil.org
Wed Dec 14 05:30:58 UTC 2016
sw/source/uibase/shells/textsh1.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 496fe48b64e6b395e525852e8494f67f67406148
Author: Justin Luth <justin_luth at sil.org>
Date: Tue Dec 13 14:23:24 2016 +0300
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 at redhat.com>
Tested-by: Jenkins <ci at libreoffice.org>
(cherry picked from commit e08355618e13a83210b746c67bb9f7a0b425e1dc)
Reviewed-on: https://gerrit.libreoffice.org/31982
Reviewed-by: Justin Luth <justin_luth at sil.org>
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx
index e6bbef6..89c493b 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -940,7 +940,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
More information about the Libreoffice-commits
mailing list