editeng/source/editeng/editdoc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be829fa15777b3b1a6727eee231c89894e7c425e
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Sun Apr 10 05:51:19 2016 +0200

    don't pool SvxFieldItem, tdf#92773
    
    In documents with many different hyperlinks pooling them is incredibly
    slow. I doubt that in most cases the hyperlinks are the same so let us
    just not pool them.
    
    Change-Id: I2387aee57ef0ab3183d9cc3486ddbf8ca2883e0b

diff --git a/editeng/source/editeng/editdoc.cxx 
b/editeng/source/editeng/editdoc.cxx
index 35f889b..f728553 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -212,7 +212,7 @@ const SfxItemInfo aItemInfos[EDITITEMCOUNT] = {
         { 0, true },                           // EE_FEATURE_TAB
         { 0, true },                           // EE_FEATURE_LINEBR
         { SID_ATTR_CHAR_CHARSETCOLOR, true },  // EE_FEATURE_NOTCONV
-        { SID_FIELD, true }
+        { SID_FIELD, false }
 };
 
 const sal_uInt16 aV1Map[] = {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to