Saifi Khan wrote:
> Hi all:
>
> Is there a way to remove "all" Hyperlinks (http://)
> embedded in a OpenOffice Text document ?
>
> Can anybody point to an option that i need to use
> or one needs to write a macro for this ?
>
> Thanks in advance.
>
>
> thanks
> Saifi.
>   
If its a text document, you can open it in a text editor (like vim)
and use sed to remove it.

The command would be something like :%s/http:\/\///a to replace http:// 
with nothing.
(take a backup of your file before you replace/remove anything)

Namita

Reply via email to