[Libreoffice-commits] core.git: svl/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 26 11:08:34 UTC 2019


 svl/source/inc/poolio.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f214d664123b3b093f33eb5386867eab26bd8361
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri Apr 26 11:03:37 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
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 <noel.grandin at collabora.co.uk>

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


More information about the Libreoffice-commits mailing list