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





------- Additional comments from [EMAIL PROTECTED] Tue May 23 06:08:36 -0700 
2006 -------
So - some traces from here:

Chart::SetModified 1 (can set? 1)
#0  SchChartDocShell::SetModified (this=0x8ac0158, bModified=1 '\001') at
/opt/OpenOffice/OOO_2_0_2/sch/source/ui/docshell/docshel1.cxx:465
#1  0xaf5d3f47 in ChartModel::SetChanged () at
/opt/OpenOffice/OOO_2_0_2/sch/source/ui/docshell/docshel1.cxx:203
#2  0xaf5b95d0 in ChartModel::BuildChart () at
/opt/OpenOffice/OOO_2_0_2/sch/source/ui/docshell/docshel1.cxx:203
#3  0xaf5bc0e9 in ChartModel::SetChartDataBuffered () at
/opt/OpenOffice/OOO_2_0_2/sch/source/ui/docshell/docshel1.cxx:203
#4  0xaf5edaf9 in SchUpdate () at
/opt/OpenOffice/OOO_2_0_2/sch/source/ui/docshell/docshel1.cxx:203
#5  0xb1b4ca4b in SchDLL::Update () from ./libsc680li.so
#6  0xb18d3d16 in ScDocument::UpdateChartListenerCollection (this=0x8947140) at
/opt/OpenOffice/OOO_2_0_2/sc/source/core/data/documen5.cxx:623
#7  0xb16695f2 in ScDocShell::SetDrawModified (this=0x8947108, bIsModified=1
'\001') at /opt/OpenOffice/OOO_2_0_2/sc/source/ui/docshell/docsh.cxx:2300
#8  0xb1669721 in ScDocShell::SetDocumentModified (this=0x8947108, bIsModified=1
'\001')
    at /opt/OpenOffice/OOO_2_0_2/sc/source/ui/docshell/docsh.cxx:2243
#9  0xb1669a40 in ~ScDocShellModificator (this=0x89c9230) at
/opt/OpenOffice/OOO_2_0_2/sc/source/ui/docshell/docsh.cxx:2393
#10 0xb166e105 in ScDocShell::AfterXMLLoading (this=0x8947108, bRet=1 '\001') at
/opt/OpenOffice/OOO_2_0_2/sc/source/ui/docshell/docsh.cxx:621
#11 0xb166e207 in ScDocShell::LoadXML (this=0x8947108, pMedium=0x895e340,
[EMAIL PROTECTED])
    at /opt/OpenOffice/OOO_2_0_2/sc/source/ui/docshell/docsh.cxx:652
#12 0xb166fd5d in ScDocShell::Load (this=0x8947108, [EMAIL PROTECTED]) at
/opt/OpenOffice/OOO_2_0_2/sc/source/ui/docshell/docsh.cxx:705
#13 0xb31e27f1 in SfxObjectShell::LoadOwnFormat () from ./libsfx680li.so
#14 0xb31e5cb3 in SfxObjectShell::DoLoad () from ./libsfx680li.so
#15 0xb3218606 in SfxBaseModel::load () from ./libsfx680li.so
#16 0xb32356fe in SfxFrameLoader_Impl::load () from ./libsfx680li.so
#17 0xb2e04a03 in framework::LoadEnv::impl_loadContent () from ./libfwk680li.so

This (almost certainly wrong ;-) patch stops the problem, but no doubt breaks
tons of other stuff - perhaps by re-using that chart in a writer doc. I can see
if it is in fact in the chart component instead.

RCS file: /cvs/sc/sc/source/ui/docshell/docsh.cxx,v
retrieving revision 1.83
diff -u -p -u -r1.83 docsh.cxx
--- docsh.cxx   27 Jan 2006 15:51:57 -0000      1.83
+++ docsh.cxx   23 May 2006 13:06:01 -0000
@@ -614,6 +618,7 @@ void ScDocShell::AfterXMLLoading(sal_Boo
                aDocument.SetInsertingFromOtherDoc( FALSE );
 
        aDocument.SetImportingXML( FALSE );
+       SetDocumentModifiedPending( FALSE );
     bIsEmpty = FALSE;
 
     if (pModificator)


---------------------------------------------------------------------
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