summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/frmpage.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-04-13 21:28:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-04-14 08:29:22 +0200
commit1123a47c9771e0f4a680316c034e9878919a85d5 (patch)
tree53a4e25bec1ea031c654a2af7e68e908722b98c9 /sw/source/ui/frmdlg/frmpage.cxx
parent42204a80aa7d4ce778596fa6ccab7d144c04e9b1 (diff)
loplugin:sequentialassign in sw
Change-Id: Iec56b41dba502e438dfdc7a99385545b3efdf8c7 Reviewed-on: https://gerrit.libreoffice.org/70720 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/frmdlg/frmpage.cxx')
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index d5512ffd698c..1f9e5d3aea8f 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -1416,11 +1416,9 @@ void SwFramePage::FillRelLB(const FrameMap* _pMap,
{
if (nLBRelations & rCharMap.nLBRelation)
{
- SvxSwFramePosString::StringId sStrId1 = rCharMap.eStrId;
-
// --> OD 2009-08-31 #mongolianlayout#
- sStrId1 =
- lcl_ChangeResIdToVerticalOrRTL( sStrId1,
+ SvxSwFramePosString::StringId sStrId1 =
+ lcl_ChangeResIdToVerticalOrRTL( rCharMap.eStrId,
m_bIsVerticalFrame,
m_bIsVerticalL2R,
m_bIsInRightToLeft);