To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52977
User hr changed the following:
What |Old value |New value
================================================================================
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Aug 10 08:44:39 -0700
2005 -------
The problem with dbaccess/source/core/api/RowSetCacheIterator.hxx is easy to fix
by using the default constructor. This one will be committed to CWS hr18
94c94
< ORowSetCacheIterator() :m_pCache(NULL),m_aIter(NULL){}
---
> ORowSetCacheIterator() :m_pCache(NULL),m_aIter(){}
---------------------------------------------------------------------
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]