office-gobmx/svx
Luboš Luňák 0527adbab1 more sensible SdrObject::Clone() and SdrObject::operator=()
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.
2011-03-25 17:33:24 +01:00
..
doc Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
inc more sensible SdrObject::Clone() and SdrObject::operator=() 2011-03-25 17:33:24 +01:00
prj set build depencencies against the new "translations" module 2011-03-25 12:15:21 +01:00
qa/unoapi Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
sdi FIX BUG 32559 2011-03-21 13:35:58 +00:00
source more sensible SdrObject::Clone() and SdrObject::operator=() 2011-03-25 17:33:24 +01:00
uiconfig/layout Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
util Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
workben Merge remote-tracking branch 'origin/integration/dev300_m101' 2011-03-18 15:49:47 +01:00
xml Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
AllLangResTarget_about.mk Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
AllLangResTarget_gal.mk Fix typo in gallery makefile 2011-03-18 17:35:16 +01:00
AllLangResTarget_ofa.mk Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
AllLangResTarget_svx.mk Sprinkle some realpath goodness here, too 2011-03-18 17:35:16 +01:00
AllLangResTarget_textconversiondlgs.mk Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
JunitTest_svx_unoapi.mk gnumake3: convert some dmake files for tests to gbuild 2011-02-01 19:21:09 +01:00
Library_svx.mk Sprinkle some realpath goodness here, too 2011-03-18 17:35:16 +01:00
Library_svxcore.mk Sprinkle some realpath goodness here, too 2011-03-18 17:35:16 +01:00
Library_textconversiondlgs.mk Sprinkle some realpath goodness here, too 2011-03-18 17:35:16 +01:00
Makefile Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00
Module_svx.mk fix mis-merge all-around. 2011-03-12 18:57:32 -06:00
Package_inc.mk re-add linkwarn, used by impress 2011-03-13 05:34:24 -05:00
Package_sdi.mk Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 02:42:58 +01:00