sw/source/core/layout/flowfrm.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit d0112acca482b1ea3eb066d4153f4f3795dbfe2c
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Aug 29 16:59:24 2016 +0200

    loplugin:sallogareas
    
    Change-Id: I19e5abbf871674709df4b6983643735d8af66b85

diff --git a/sw/source/core/layout/flowfrm.cxx 
b/sw/source/core/layout/flowfrm.cxx
index 3b3cfcd..ab4253e 100644
--- a/sw/source/core/layout/flowfrm.cxx
+++ b/sw/source/core/layout/flowfrm.cxx
@@ -856,9 +856,9 @@ bool SwFrame::WrongPageDesc( SwPageFrame* pNew )
     const SwPageDesc *pNewDesc= ( pNewFlow && !pNewFlow->IsFollow() )
             ? pNewFlow->GetFrame().GetAttrSet()->GetPageDesc().GetPageDesc() : 
nullptr;
 
-    SAL_INFO( "sw.pagefrm", "WrongPageDesc p: " << pNew << " phys: " << 
pNew->GetPhyPageNum() );
-    SAL_INFO( "sw.pagefrm", "WrongPageDesc " << pNew->GetPageDesc() << " " << 
pDesc );
-    SAL_INFO( "sw.pagefrm", "WrongPageDesc odd: " << bOdd
+    SAL_INFO( "sw.pageframe", "WrongPageDesc p: " << pNew << " phys: " << 
pNew->GetPhyPageNum() );
+    SAL_INFO( "sw.pageframe", "WrongPageDesc " << pNew->GetPageDesc() << " " 
<< pDesc );
+    SAL_INFO( "sw.pageframe", "WrongPageDesc odd: " << bOdd
               << " first: " << bFirst << " " << pNew->GetFormat() << " == "
               << (bOdd ? pDesc->GetRightFormat(bFirst) : 
pDesc->GetLeftFormat(bFirst)) << " "
               << (bOdd ? pDesc->GetLeftFormat(bFirst) : 
pDesc->GetRightFormat(bFirst)) );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to