Hi, When we import .doc files with hyperlinks with relative path, OpenOffice.org does not convert the links correctly.
in the file c:\a\b\c\d\e\z.doc "\..\..\x\y\z.doc" becomes something like "c:\x\z.doc" when it should have been "c:\a\b\c\x\y\z.doc" I will try to debug this, but I would appreciate if I could get some pointers to where in the source code I should look My first guess is to look at the function bool WW8AttributeOutput::StartURL( const String &rUrl, const String &rTarget ) in /sw/source/filter/ww8$ less wrtw8nds.cxx Or am I on the wrong track? -- Knut Olav Bøhmer
