To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46909
------- Additional comments from [EMAIL PROTECTED] Fri Apr 8 11:13:05 -0700
2005 -------
dvo: A related bug: (Reproducable on Windows)
- insert header
- insert footer
- undo (of: insert footer)
- undo (of: insert header)
- insert footer
->BANG!
That problem is fixed by this patch:
diff -u -r1.23 docedt.cxx
--- docedt.cxx 29 Mar 2005 11:48:11 -0000 1.23
+++ docedt.cxx 8 Apr 2005 18:11:49 -0000
@@ -836,7 +836,7 @@
CorrAbs( aMvStt, aEndIdx, SwPosition( aSttIdx ), sal_True );
}
- GetNodes().DelNodes( aSttIdx, aEndIdx.GetIndex() - aSttIdx.GetIndex() +
1 );
+ pNode->GetNodes().DelNodes( aSttIdx, aEndIdx.GetIndex() -
aSttIdx.GetIndex() + 1 );
}
---------------------------------------------------------------------
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]