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 | c943149136404beaddc6422752c66faa20dbd2c1 (patch) | |
tree | 5d75ef2ad6c2abe8f94765a4fb9a7a2a9c9c1e13 | |
parent | e9c8beb4467fe352ff1ac482d5b99116607d11ce (diff) |
callcatcher: remove unused lcl_SkipNPages
-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 f41bc49c9d..6aac405678 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) { |