• Michael Stahl's avatar
    SvStream: remove the error prone operator<</>>(sal_Int64) · 3835dee3
    Michael Stahl yazdı
    As the recent regression after merging AOO patch adding code serializing
    "long" variables has shown, this overload (which was added in
    7b2a0e54) is a bad idea.
    
    In a unxlngx build, nm finds uses of the symbols _ZN8SvStreamrsERl
    and _ZN8SvStreamlsEl in these files:
    
    - sbxvalue.cxx: this appears to be a legitimate use with sal_Int64
    
    - dateitem.cxx: this was accidentally changed by commit
      9830fd36
    
    - atrfrm.cxx: this was added for Table Autoformat enhancement in
      7e8c0bd7, which is after the
      sal_Int64 operators were added, so the file format is now
      platform dependent
    
    Change-Id: I78352b5429b53612c4831cdb81b587b5de5180a9
    3835dee3
Adı
Son kayıt (commit)
Son güncelleme
..
basmgr Loading commit data...
classes Loading commit data...
comp Loading commit data...
inc Loading commit data...
runtime Loading commit data...
sbx Loading commit data...
uno Loading commit data...