https://bugs.documentfoundation.org/show_bug.cgi?id=86926

--- Comment #9 from Justin L <[email protected]> ---
commit causing the regression:
author  Michael Stahl <[email protected]>       2012-03-21 09:37:46 (GMT)
commit  cc99bb9f383a65912d004e227a5b6a88b401bbba (patch)

writerfilter: PropertyMap: speed this up a bit
Using XMultiPropertySet reduces the number of SwTxtNodes created for the
bugdoc from rhbz#789022 from ~5k to ~3k.

which now looks like:
    if (xMultiSet.is())
    {
        try
        {
           
xMultiSet->setPropertyValues(comphelper::containerToSequence(vNames),
comphelper::containerToSequence(vValues));
        }
        catch( const uno::Exception& )
        {
            OSL_FAIL( "Exception in SectionPropertyMap::ApplyProperties_");
        }
        return;
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to