diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-19 15:33:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-20 16:39:53 +0200 |
commit | 963f1c905af43e8b82c4f34d49bcb9712d91aa19 (patch) | |
tree | e5c5b98dd83a64aea364eba3b846a3d4f8310230 /sw | |
parent | 8d1a31f1c22c9c976258418fcf00e9b962241609 (diff) |
callcatcher: remove unused lcl_SkipNPages
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/misc/titlepage.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/ui/misc/titlepage.cxx b/sw/source/ui/misc/titlepage.cxx index f41bc49c9d63..6aac40567836 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) { |