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

New commits:
commit fe8fc25e0673c9b27816c19d35915594074187d3
Author: Stephan Bergmann <sberg...@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 <sberg...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to