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

New commits:
commit 5a646f04cc40fb13f39b16ab452237e5cf324684
Author: Henry Castro <hcvcas...@gmail.com>
Date:   Tue Feb 10 18:27:13 2015 -0400

    fdo#82719  EDITING: String with hyperlink not pasted
    
    Fixed. It is impossible to copy / paste a string with hyperlink what is 
part of a longer string in cell.
    
    Change-Id: Id97ef7d742ab8ca17e2cafdc449d04d5839e93d4
    Reviewed-on: https://gerrit.libreoffice.org/14412
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Eike Rathke <er...@redhat.com>

diff --git a/editeng/source/editeng/editdoc.cxx 
b/editeng/source/editeng/editdoc.cxx
index 23441a9..c7ae62d 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -218,6 +218,7 @@ const SfxItemInfo aItemInfos[EDITITEMCOUNT] = {
         { SID_ATTR_CHAR_OVERLINE, SFX_ITEM_POOLABLE },
         { SID_ATTR_CHAR_CASEMAP, SFX_ITEM_POOLABLE },       // EE_CHAR_CASEMAP
         { SID_ATTR_CHAR_GRABBAG, SFX_ITEM_POOLABLE },       // EE_CHAR_GRABBAG
+        { 0, SFX_ITEM_POOLABLE },                           // EE_CHAR_BKGCOLOR
         { 0, SFX_ITEM_POOLABLE },                           // EE_FEATURE_TAB
         { 0, SFX_ITEM_POOLABLE },                           // 
EE_FEATURE_LINEBR
         { SID_ATTR_CHAR_CHARSETCOLOR, SFX_ITEM_POOLABLE },  // 
EE_FEATURE_NOTCONV
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to