[Libreoffice-commits] core.git: editeng/source
Henry Castro
hcvcastro at gmail.com
Thu Feb 12 03:07:37 PST 2015
editeng/source/editeng/editdoc.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5a646f04cc40fb13f39b16ab452237e5cf324684
Author: Henry Castro <hcvcastro at 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 <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at 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
More information about the Libreoffice-commits
mailing list