[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-1' - editeng/source
Henry Castro
hcvcastro at gmail.com
Thu Feb 12 09:45:19 PST 2015
editeng/source/editeng/editdoc.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9b609d324883c4aaf5291cb6e9414795274290f9
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>
(cherry picked from commit 5a646f04cc40fb13f39b16ab452237e5cf324684)
Reviewed-on: https://gerrit.libreoffice.org/14441
(cherry picked from commit 39c9223b933f8585ed5d1a4014596aa8d4c94db3)
Reviewed-on: https://gerrit.libreoffice.org/14442
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx
index 54cdb90..2ad2f90 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