[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Mon Aug 29 14:50:21 UTC 2016


 sw/source/core/doc/docnew.cxx |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit a513130cba97f140574ec2d7b260e5f1000e7264
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Aug 29 16:49:30 2016 +0200

    loplugin:sallogareas
    
    Change-Id: Iabbdee1e3d2cc72ac2771709cb02d70ce3a62ba2

diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 8c0c8ac..8cd2dc9 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -878,7 +878,7 @@ void SwDoc::ReplaceCompatibilityOptions(const SwDoc& rSource)
 
 SfxObjectShell* SwDoc::CreateCopy( bool bCallInitNew, bool bEmpty ) const
 {
-    SAL_INFO( "sw.pagefrm", "(SwDoc::CreateCopy in" );
+    SAL_INFO( "sw.pageframe", "(SwDoc::CreateCopy in" );
     SwDoc* pRet = new SwDoc;
 
     // we have to use pointer here, since the callee has to decide whether
@@ -917,7 +917,7 @@ SfxObjectShell* SwDoc::CreateCopy( bool bCallInitNew, bool bEmpty ) const
 
     (void)pRet->release();
 
-    SAL_INFO( "sw.pagefrm", "SwDoc::CreateCopy out)" );
+    SAL_INFO( "sw.pageframe", "SwDoc::CreateCopy out)" );
     return pRetShell;
 }
 
@@ -961,7 +961,7 @@ static void lcl_CopyFollowPageDesc(
 SwNodeIndex SwDoc::AppendDoc(const SwDoc& rSource, sal_uInt16 const nStartPageNumber,
                              bool const bDeletePrevious, int pageOffset, const sal_uLong nDocNo)
 {
-    SAL_INFO( "sw.pagefrm", "(SwDoc::AppendDoc in " << bDeletePrevious );
+    SAL_INFO( "sw.pageframe", "(SwDoc::AppendDoc in " << bDeletePrevious );
 
     // GetEndOfExtras + 1 = StartOfContent == no content node!
     // This ensures it won't be merged in the SwTextNode at the position.
@@ -1079,9 +1079,9 @@ SwNodeIndex SwDoc::AppendDoc(const SwDoc& rSource, sal_uInt16 const nStartPageNu
             // Flush the page break, if we want to keep it
             if ( !bDeletePrevious )
             {
-                SAL_INFO( "sw.pagefrm", "(Flush pagebreak AKA EndAllAction" );
+                SAL_INFO( "sw.pageframe", "(Flush pagebreak AKA EndAllAction" );
                 pTargetShell->EndAllAction();
-                SAL_INFO( "sw.pagefrm",  "Flush changes AKA EndAllAction)" );
+                SAL_INFO( "sw.pageframe",  "Flush changes AKA EndAllAction)" );
                 pTargetShell->StartAllAction();
             }
         }
@@ -1258,7 +1258,7 @@ else
     if ( pTargetShell )
         pTargetShell->EndAllAction();
 
-    SAL_INFO( "sw.pagefrm", "SwDoc::AppendDoc out)" );
+    SAL_INFO( "sw.pageframe", "SwDoc::AppendDoc out)" );
     return aStartAppendIndex;
 }
 


More information about the Libreoffice-commits mailing list