sw/source/core/layout/pagechg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5b7810581c573c4406a0e4529193dd3a7871a56c
Author: Miklos Vajna <vmik...@suse.cz>
Date:   Tue Dec 18 12:42:33 2012 +0100

    SwFrm::CheckPageDescs: if bOdd is false, we want left format

diff --git a/sw/source/core/layout/pagechg.cxx 
b/sw/source/core/layout/pagechg.cxx
index 2c9a4b7..54b2f22 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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to