To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83519
                 Issue #|83519
                 Summary|vector::insert with one argument is stlport-specific
               Component|Database access
                 Version|680m235
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|none
             Assigned to|fs
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Sat Nov 10 14:58:08 +0000 
2007 -------
i.e. this patch makes it work with standard stl, the one argument insert is a
pre-standardization feature that stlport retains. though maybe just

for (nKeyValue = m_CurrentRowCount+1; nKeyValue  <= nMaxCardNumber; nKeyValue 
++)
    m_pKeySet->push_back(nKeyValue);

is sufficent, rather than the existing stuff

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