From 8b30ab19eb6093b9742f957c53823dc346dcda2b Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 27 Nov 2012 18:19:24 +0900 Subject: Remove undefined function Change-Id: Ie9867136a13ced288b90b030b49e7377715647a4 --- sw/source/core/layout/layhelp.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sw/source/core/layout/layhelp.hxx b/sw/source/core/layout/layhelp.hxx index 85611fc95c51..02f4e57ecc84 100644 --- a/sw/source/core/layout/layhelp.hxx +++ b/sw/source/core/layout/layhelp.hxx @@ -134,7 +134,6 @@ public: sal_uLong CalcPageCount(); sal_Bool CheckInsert( sal_uLong nNodeIndex ); - sal_Bool BreakPage( xub_StrLen& rOffs, sal_uLong nNodeIndex ); sal_Bool CheckInsertPage(); // Look for fresh text frames at this (new) page and set them to the right -- cgit