• Noel Grandin's avatar
    fix dodgy NO_INDEX code · 9f54d384
    Noel Grandin yazdı
    The comparison of NO_INDEX to getLength() makes no sense, and makes
    even less sense now that the code is using OUString, after my recent
    change
    Change return type to sal_Int32, and change NO_INDEX to -1, so that
    it can't possibly conflict with a valid index.
    
    Change-Id: I65cb945096b4b9cb80f61d896177c2562a0d2c76
    9f54d384
imagemgr.cxx 26.5 KB