• Tomaž Vajngerl's avatar
    fdo#48729 Change int16->int32 in auto replace dialog. · 78a39502
    Tomaž Vajngerl yazdı
    Auto correct / replace dialog supported only 65535 (2^16) entries
    (per language) due to using sal_uInt16 in the code. This restriction
    existed only because of legacy code which was meanwhile refactored to
    use dynamic containers (like std::set, std::vector).
    This fix changes usage of sal_uInt16 to sal_uInt32 to increase the
    number of entries to a much higher value.
    
    Change-Id: Ica77648915266fed67602a4e30b59a4e55e34efc
    78a39502
Adı
Son kayıt (commit)
Son güncelleme
..
prj Loading commit data...
source Loading commit data...
util Loading commit data...
AllLangResTarget_cui.mk Loading commit data...
Library_cui.mk Loading commit data...
Makefile Loading commit data...
Module_cui.mk Loading commit data...