diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-20 23:34:45 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-20 23:35:33 +0200 |
commit | 04fb0ba0cc3693dbd89bbcf010e5944805d36172 (patch) | |
tree | abe4b810ee1b085da91473f5c91b5af131b5f60f /include/svtools | |
parent | 83ea8f2d7218f0b7a27f77c93a1d66ab34e4b7b2 (diff) |
svtools: this one has a copy constructor but not a copy assingment?
Change-Id: I245b5d4fbf9d51144142c5fd896c62c2bad943d8
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/treelistentry.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx index 640aaf34c0d4..c5c523ce85b6 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; |