• Stephan Bergmann's avatar
    Remove unused copy assignment ops of SfxPoolItem-derived classes · 727878a7
    Stephan Bergmann yazdı
    SfxPoolItem has the curious design of non-deleted copy ctor and deleted copy
    assignment op.  Many derived classes then provide a non-deleted assignment op,
    apparently more or less on an as-needed basis.  But some of those user-provided
    assignment ops are actually unused (and their presence causes
    -Werror=deprecated-copy with GCC trunk towards GCC 9 when the---implicitly-
    defined---copy ctor of the derived class is used), so remove them.  In some
    cases that would still cause -Werror=deprected-copy because of a user-declared
    dtor, so in those cases explicitly default all the copy/move functions (some of
    which will then be implicitly defined as deleted).
    
    Change-Id: If0d9f1a9f3954263a39ffd27ba895d6202afa307
    Reviewed-on: https://gerrit.libreoffice.org/58133
    Tested-by: Jenkins
    Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
    727878a7
Adı
Son kayıt (commit)
Son güncelleme
..
doc Loading commit data...
inc Loading commit data...
qa Loading commit data...
sdi Loading commit data...
source Loading commit data...
uiconfig/ui Loading commit data...
util Loading commit data...
workben Loading commit data...
AllLangMoTarget_svx.mk Loading commit data...
CppunitTest_svx_dialogs_test.mk Loading commit data...
CppunitTest_svx_unit.mk Loading commit data...
Executable_gengal.mk Loading commit data...
Executable_pixelctl.mk Loading commit data...
JunitTest_svx_unoapi.mk Loading commit data...
Library_svx.mk Loading commit data...
Library_svxcore.mk Loading commit data...
Library_textconversiondlgs.mk Loading commit data...
Makefile Loading commit data...
Module_svx.mk Loading commit data...
Package_gengal.mk Loading commit data...
README Loading commit data...
UIConfig_svx.mk Loading commit data...