Hi Mitchel 
> Find & Replace
> 
> An old document originally composed years ago in Microsoft WORD: I've
> opened it in OpenOffice and saved as an openoffice document. There
> are many linebreaks throughout (mid-sentence, etc.) that I want to
> remove. I tried the Find & Replace, searching for "\n" with "regular
> expression" checked, to no avail.
> 
Are you shure. that there are linebreaks in the document (SHIFT+RETURN)? 
\n should find them. If it does not, perhaps you have paragraph-ends instead
of linebreaks. Paragraph-ends will be found with the reg.expr. $
You can replace them by a blank or just delete them.
If you want to replace only paragraph-ends of empty paragraphs, then search
for ^$
kind regards

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to