[Libreoffice-commits] .: sw/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Wed Jul 20 07:40:19 PDT 2011


 sw/source/ui/misc/titlepage.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit c943149136404beaddc6422752c66faa20dbd2c1
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Tue Jul 19 15:33:12 2011 +0200

    callcatcher: remove unused lcl_SkipNPages

diff --git a/sw/source/ui/misc/titlepage.cxx b/sw/source/ui/misc/titlepage.cxx
index f41bc49..6aac405 100644
--- a/sw/source/ui/misc/titlepage.cxx
+++ b/sw/source/ui/misc/titlepage.cxx
@@ -73,14 +73,6 @@ namespace
         return bRet;
     }
 
-    bool lcl_SkipNPages(SwWrtShell *pSh, sal_uInt16 nNoPages)
-    {
-        bool bAllOk = true;
-        for (sal_uInt16 nI = 0; nI < nNoPages && bAllOk; ++nI)
-            bAllOk = pSh->SttNxtPg();
-        return bAllOk;
-    }
-
     void lcl_ChangePage(SwWrtShell *pSh, sal_uInt16 nNewNumber,
         const SwPageDesc *pNewDesc)
     {


More information about the Libreoffice-commits mailing list