[Libreoffice-commits] core.git: include/svtools

Michael Stahl mstahl at redhat.com
Mon Jul 20 14:41:40 PDT 2015


 include/svtools/treelistentry.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 04fb0ba0cc3693dbd89bbcf010e5944805d36172
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Jul 20 23:34:45 2015 +0200

    svtools: this one has a copy constructor but not a copy assingment?
    
    Change-Id: I245b5d4fbf9d51144142c5fd896c62c2bad943d8

diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx
index 640aaf3..c5c523c 100644
--- a/include/svtools/treelistentry.hxx
+++ b/include/svtools/treelistentry.hxx
@@ -71,6 +71,8 @@ private:
     void SetListPositions();
     void InvalidateChildrensListPositions();
 
+    void operator=(SvTreeListEntry const&) = delete;
+
 public:
     static const size_t ITEM_NOT_FOUND = SAL_MAX_SIZE;
 


More information about the Libreoffice-commits mailing list