From 5b7810581c573c4406a0e4529193dd3a7871a56c Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 18 Dec 2012 12:42:33 +0100 Subject: SwFrm::CheckPageDescs: if bOdd is false, we want left format --- sw/source/core/layout/pagechg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/core/layout/pagechg.cxx b/sw/source/core/layout/pagechg.cxx index 2c9a4b7aa654..54b2f223f1b9 100644 --- a/sw/source/core/layout/pagechg.cxx +++ b/sw/source/core/layout/pagechg.cxx @@ -1195,7 +1195,7 @@ void SwFrm::CheckPageDescs( SwPageFrm *pStart, sal_Bool bNotifyFields ) { //Format mit verdrehter Logic besorgen. if (bFirst) - pFmtWish = bOdd ? pDesc->GetRightFmt() : pDesc->GetRightFmt(); + pFmtWish = bOdd ? pDesc->GetRightFmt() : pDesc->GetLeftFmt(); if (!pFmtWish) pFmtWish = bOdd ? pDesc->GetLeftFmt() : pDesc->GetRightFmt(); if ( pPage->GetFmt() != pFmtWish ) -- cgit