To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81574
------- Additional comments from [EMAIL PROTECTED] Mon Oct 15 07:54:50 +0000
2007 -------
I didn't want to change the struct for all its users, but if you think it is
better... :-)
The other, most safest way is:
Index: cnttab.cxx
===============================================================
====
RCS file: /cvs/sw/sw/source/ui/index/cnttab.cxx,v
retrieving revision 1.73
diff -u -u -r1.73 cnttab.cxx
--- cnttab.cxx 27 Sep 2007 12:17:04 -0000 1.73
+++ cnttab.cxx 15 Oct 2007 07:53:44 -0000
@@ -1234,6 +1234,7 @@
{
CurTOXType eRet;
eRet.nIndex = 0;
+ eRet.eType = static_cast<TOXTypes>(0);
switch(nData&0xff)
{
case TO_INDEX : eRet.eType = TOX_INDEX; break;
---------------------------------------------------------------------
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]