View | Details | Raw Unified | Return to issue 118909
Collapse All | Expand All

(-)framework/source/uielement/uicommanddescription.cxx (-1 / +1 lines)
Lines 761-767 Link Here
761
    ModuleToCommandFileMap::const_iterator pIter = m_aModuleToCommandFileMap.begin();
761
    ModuleToCommandFileMap::const_iterator pIter = m_aModuleToCommandFileMap.begin();
762
    while ( pIter != m_aModuleToCommandFileMap.end() )
762
    while ( pIter != m_aModuleToCommandFileMap.end() )
763
    {
763
    {
764
        aSeq[n] = pIter->first;
764
        aSeq[n++] = pIter->first;
765
        ++pIter;
765
        ++pIter;
766
    }
766
    }
767
767

Return to issue 118909