To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92972
                 Issue #|92972
                 Summary|framework: incredibly suspicious ";" location
               Component|framework
                 Version|DEV300m29
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mba
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Wed Aug 20 22:09:47 +0000 
2008 -------
see
ConfigurationAccess_UIElementFactoryManager::getAllFactories() in
framework/source/uifactory/uielementfactorymanager.cxx

while ( pIter != m_aUIElementFactoryManagerMap.end() );
{
    aSeq[nIndex++] = pIter->second;
    ++pIter;
}

there's surely no way in hell this is what's intended

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