--- /tmp/abiword-1.0.1/abi/src/wp/impexp/xp/ie_imp_Psion.cpp Mon Feb 25 17:11:55 2002 +++ abiword-1.0.1/abi/src/wp/impexp/xp/ie_imp_Psion.cpp Thu May 16 22:02:02 2002 @@ -580,10 +580,4 @@ const XML_Char* propsArray[11]; - // HACK: there is no real setting to do this. - if (layout->on_next_page) { - UT_UCSChar ucs = UCS_FF; - if (!(getDoc()->appendSpan(&ucs,1))) - return false; - } // Get all attributes into prop if (!(getParagraphAttributes(layout,&props))) @@ -636,4 +630,11 @@ return false; + // HACK: there is no real setting to do this. + if (layout->on_next_page) { + UT_UCSChar ucs = UCS_FF; + if (!(getDoc()->appendSpan(&ucs,1))) + return false; + } + // We need to append a field and some other stuff... if (layout->bullet->on) {