Kaydet (Commit) fe8fc25e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=deprecated-copy (GCC trunk towards GCC 9)

Change-Id: I97cbb82fc0912e9b9ccdfdf78c424c478251362b
Reviewed-on: https://gerrit.libreoffice.org/56993
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst fbd79a36
......@@ -1048,6 +1048,9 @@ struct WW8TabBandDesc
void ReadNewShd(const sal_uInt8* pS, bool bVer67);
enum wwDIR {wwTOP = 0, wwLEFT = 1, wwBOTTOM = 2, wwRIGHT = 3};
private:
WW8TabBandDesc & operator =(WW8TabBandDesc const &) = default; // only for use in copy ctor
};
// Storage-Reader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment