• Stephan Bergmann's avatar
    oox: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) · 916e1e61
    Stephan Bergmann yazdı
    ...by explicitly defaulting the copy/move functions (and, where needed in turn,
    also a default ctor) for classes that have a user-declared dtor that does
    nothing other than an implicitly-defined one would do, but needs to be user-
    declared because it is virtual and potentially serves as a key function to
    emit the vtable, or is non-public, etc.; and by removing explicitly user-
    provided functions that do the same as their implicitly-defined counterparts,
    but may prevent implicitly declared copy functions from being defined as non-
    deleted in the future.  (Even if such a user-provided function was declared
    non-inline in an include file, the apparently-used implicitly-defined copy
    functions are already include, so why bother with non-inline functions.)
    
    Change-Id: Id05e85ac8ac4155e6345b6f96ddf9449f640dc98
    Reviewed-on: https://gerrit.libreoffice.org/58083
    Tested-by: Jenkins
    Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
    916e1e61
Adı
Son kayıt (commit)
Son güncelleme
..
chart Loading commit data...
customshapes Loading commit data...
diagram Loading commit data...
table Loading commit data...
ThemeOverrideFragmentHandler.cxx Loading commit data...
clrscheme.cxx Loading commit data...
clrschemecontext.cxx Loading commit data...
color.cxx Loading commit data...
colorchoicecontext.cxx Loading commit data...
connectorshapecontext.cxx Loading commit data...
customshapegeometry.cxx Loading commit data...
customshapepresetdata.cxx Loading commit data...
customshapeproperties.cxx Loading commit data...
drawingmltypes.cxx Loading commit data...
effectproperties.cxx Loading commit data...
effectproperties.hxx Loading commit data...
effectpropertiescontext.cxx Loading commit data...
effectpropertiescontext.hxx Loading commit data...
embeddedwavaudiofile.cxx Loading commit data...
fillproperties.cxx Loading commit data...
graphicshapecontext.cxx Loading commit data...
guidcontext.cxx Loading commit data...
hyperlinkcontext.cxx Loading commit data...
hyperlinkcontext.hxx Loading commit data...
lineproperties.cxx Loading commit data...
linepropertiescontext.cxx Loading commit data...
misccontexts.cxx Loading commit data...
objectdefaultcontext.cxx Loading commit data...
scene3dcontext.cxx Loading commit data...
shape.cxx Loading commit data...
shape3dproperties.cxx Loading commit data...
shapecontext.cxx Loading commit data...
shapegroupcontext.cxx Loading commit data...
shapepropertiescontext.cxx Loading commit data...
shapepropertymap.cxx Loading commit data...
shapestylecontext.cxx Loading commit data...
spdefcontext.cxx Loading commit data...
textbody.cxx Loading commit data...
textbodycontext.cxx Loading commit data...
textbodyproperties.cxx Loading commit data...
textbodypropertiescontext.cxx Loading commit data...
textcharacterproperties.cxx Loading commit data...
textcharacterpropertiescontext.cxx Loading commit data...
texteffectscontext.cxx Loading commit data...
textfield.cxx Loading commit data...
textfieldcontext.cxx Loading commit data...
textfont.cxx Loading commit data...
textliststyle.cxx Loading commit data...
textliststylecontext.cxx Loading commit data...
textparagraph.cxx Loading commit data...
textparagraphproperties.cxx Loading commit data...
textparagraphpropertiescontext.cxx Loading commit data...
textrun.cxx Loading commit data...
textspacingcontext.cxx Loading commit data...
textspacingcontext.hxx Loading commit data...
texttabstoplistcontext.cxx Loading commit data...
texttabstoplistcontext.hxx Loading commit data...
theme.cxx Loading commit data...
themeelementscontext.cxx Loading commit data...
themefragmenthandler.cxx Loading commit data...
transform2dcontext.cxx Loading commit data...