• Michael Stahl's avatar
    svl: fix SfxItemIter on empty item set · 54d627e0
    Michael Stahl yazdı
    The problem is that IsAtEnd { return m_nCurrent == m_nEnd; } is never
    true because of the odd initialisation with m_nEnd > m_nStart.
    
    Change-Id: I477b0f111e2c2f47fe093800710a9b28ca8a5925
    54d627e0
itemiter.cxx 1.91 KB