• 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
MathMLDTD Loading commit data...
UnoControls Loading commit data...
accessibility Loading commit data...
automation Loading commit data...
basctl Loading commit data...
bean Loading commit data...
crashrep Loading commit data...
cui Loading commit data...
embedserv Loading commit data...
extensions Loading commit data...
forms Loading commit data...
lingucomponent Loading commit data...
package Loading commit data...
setup_native Loading commit data...
wizards Loading commit data...
xmlsecurity Loading commit data...
.gitignore Loading commit data...