[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Thu Jul 5 13:25:05 UTC 2018


 sw/source/filter/ww8/ww8par.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit fe8fc25e0673c9b27816c19d35915594074187d3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jul 5 09:59:51 2018 +0200

    -Werror=deprecated-copy (GCC trunk towards GCC 9)
    
    Change-Id: I97cbb82fc0912e9b9ccdfdf78c424c478251362b
    Reviewed-on: https://gerrit.libreoffice.org/56993
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index c50e9c6484af..f43797213631 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -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


More information about the Libreoffice-commits mailing list