[Libreoffice-commits] core.git: sw/source
navin patidar
patidar at kacst.edu.sa
Wed Apr 3 07:13:19 PDT 2013
sw/source/ui/shells/textsh1.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit d0cfbb882c4c00fea4858f9d4b2511df66dd087b
Author: navin patidar <patidar at kacst.edu.sa>
Date: Wed Apr 3 11:51:40 2013 +0300
fix fdo#40496: don't reset RES_FRAMEDIR attribute.
fix regression introduced by bb920862c02047471f0ac5e78358e8d8fd9b93e7 commit
discussed here :
https://bugs.freedesktop.org/show_bug.cgi?id=40496#c13
choosing correct default alignment for RTL text need some discussion.
Change-Id: I2aec9391d076af6d5fbf00ba5bdad030ac0286ed
Reviewed-on: https://gerrit.libreoffice.org/3182
Reviewed-by: Lior Kaplan <kaplanlior at gmail.com>
Tested-by: Lior Kaplan <kaplanlior at gmail.com>
diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx
index 395c7d8..e92cde6 100644
--- a/sw/source/ui/shells/textsh1.cxx
+++ b/sw/source/ui/shells/textsh1.cxx
@@ -499,9 +499,8 @@ void SwTextShell::Execute(SfxRequest &rReq)
aAttribs.insert( aAttribs.end(), nE++ );
pUShorts += 2;
}
- // we don't want to change writing direction and text alignment.
+ // we don't want to change writing direction.
aAttribs.erase( RES_FRAMEDIR );
- aAttribs.erase( RES_PARATR_ADJUST );
rWrtSh.ResetAttr( aAttribs );
rReq.Done();
break;
More information about the Libreoffice-commits
mailing list