svl/source/inc/poolio.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit f214d664123b3b093f33eb5386867eab26bd8361
Author: Noel Grandin <[email protected]>
AuthorDate: Fri Apr 26 11:03:37 2019 +0200
Commit: Noel Grandin <[email protected]>
CommitDate: Fri Apr 26 13:07:20 2019 +0200
remove warning message
the only thing it picked up is the SvxFieldItem stuff, which cannot use
this feature because the editeng and sc code likes changing some of the
data in these supposedly immutable data classes
Change-Id: I5430e95e9507c3c86bef263242ed9fba17dbbc29
Reviewed-on: https://gerrit.libreoffice.org/71348
Tested-by: Jenkins
Reviewed-by: Noel Grandin <[email protected]>
diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx
index 805406365284..cc2039b97a66 100644
--- a/svl/source/inc/poolio.hxx
+++ b/svl/source/inc/poolio.hxx
@@ -64,8 +64,6 @@ public:
maPoolItemSet.insert(pItem);
if (pItem->IsSortable())
maSortablePoolItems.insert(pItem);
- else
- SAL_WARN_IF(maPoolItemSet.size() > 1024, "svl.items", "make this
item sortable to speed up managing this set");
}
o3tl::sorted_vector<SfxPoolItem*>::const_iterator find(SfxPoolItem* pItem)
const { return maPoolItemSet.find(pItem); }
const SfxPoolItem* findByLessThan(const SfxPoolItem* pItem) const
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits