To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68777


User beppec56 changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'beppec56'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Oct 16 02:50:26 -0700 
2006 -------
While I was trying to figure out how to add the functionality requested by issue
64555 I came across this issue and I found that the following patch points where
the problem could be:

--- sw/source/ui/app/docsh2.cxx.i68777  2006-09-17 00:34:10.000000000 +0200
+++ sw/source/ui/app/docsh2.cxx 2006-10-16 11:39:23.000000000 +0200
@@ -1313,7 +1313,7 @@
                                if(pWrtShell)
                                        pWrtShell->StartAllAction();
                                pDoc->UpdateFlds( NULL, false );
-                               pDoc->EmbedAllLinks();
+//                             pDoc->EmbedAllLinks();
                                pDoc->RemoveInvisibleContent();
                                if(pWrtShell)
                                        pWrtShell->EndAllAction();


by applying it the problem disappeared.

It's not a solution to the issue, that's for sure, but I don't understand what
the method SwDoc::EmbedAllLinks() is doing, so I'm not sure how I can lend a
hand on fixing this.

During one of my test I discovered that if I try to send the master document
using: 'File > Send...> Document as E-mail ', sending the document in its native
format, the links were not canceled (tried with 2.0.4, 9073).

Or may be the bug lurks even deeper in the nested function calls ;-) ?


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to