• Luboš Luňák's avatar
    more sensible SdrObject::Clone() and SdrObject::operator=() · 73813f23
    Luboš Luňák yazdı
    Virtual operator=() is IMO pointless, and especially in a class hierarchy
    like SdrObject it's pretty unlikely one could reasonably assign any
    SdrObject-based object to any other one. Moreover, it was actually
    only used in Clone(), which was almost never reimplemented, so the
    more sensible choice is to have non-virtual operator= and virtual
    Clone() always being reimplemented and using that.
    
    This commit also fixes various smaller or bigger, er, interesting
    details in the various operator= implementations.
    73813f23
Adı
Son kayıt (commit)
Son güncelleme
..
accessibledialogcontrolshape.hxx Loading commit data...
accessibledialogwindow.hxx Loading commit data...
baside3.hxx Loading commit data...
basidectrlr.hxx Loading commit data...
basidesh.hxx Loading commit data...
basobj.hxx Loading commit data...
bastypes.hxx Loading commit data...
dlged.hxx Loading commit data...
dlgedclip.hxx Loading commit data...
dlgeddef.hxx Loading commit data...
dlgedfac.hxx Loading commit data...
dlgedfunc.hxx Loading commit data...
dlgedlist.hxx Loading commit data...
dlgedmod.hxx Loading commit data...
dlgedobj.hxx Loading commit data...
dlgedpage.hxx Loading commit data...
dlgedview.hxx Loading commit data...
dlgresid.hrc Loading commit data...
doceventnotifier.hxx Loading commit data...
docsignature.hxx Loading commit data...
iderid.hxx Loading commit data...
localizationmgr.hxx Loading commit data...
managelang.hxx Loading commit data...
propbrw.hxx Loading commit data...
sbxitem.hxx Loading commit data...
scriptdocument.hxx Loading commit data...
svheader.hxx Loading commit data...