summaryrefslogtreecommitdiffstats
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-04-26 11:03:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-04-26 13:07:20 +0200
commitf214d664123b3b093f33eb5386867eab26bd8361 (patch)
treea8b62f36c91a26aed3f0f57d65c94989a2ce6702 /svl
parenttdf#124598 gtk3_kde5: Link gtk3 side against kf5 libs (diff)
downloadcore-f214d664123b3b093f33eb5386867eab26bd8361.tar.gz
core-f214d664123b3b093f33eb5386867eab26bd8361.zip
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')
-rw-r--r--svl/source/inc/poolio.hxx2
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