diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-04-26 11:03:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-04-26 13:07:20 +0200 |
commit | f214d664123b3b093f33eb5386867eab26bd8361 (patch) | |
tree | a8b62f36c91a26aed3f0f57d65c94989a2ce6702 /svl/source/inc | |
parent | 1674c6964b585d944bcb34be1d937e7558a97453 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/source/inc')
-rw-r--r-- | svl/source/inc/poolio.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 |