[Libreoffice-commits] core.git: Branch 'libreoffice-6-3-5' - sc/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 7 10:09:37 UTC 2020
sc/source/core/data/postit.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3535578722ff54988c9b07790fce366579abb328
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Feb 4 13:59:14 2020 +0200
Commit: Michael Stahl <michael.stahl at cib.de>
CommitDate: Fri Feb 7 11:09:09 2020 +0100
tdf#129789 bitmap in comment lost on load
regression from
commit b4a1b89cc84086dfd6f471d7f23fecf0ec8f3331
tdf#119650 slow saving spreadsheet with comments, part 2
Change-Id: I8f6aa6b784b50b80311a420bdff9195ba88f5cff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87968
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
(cherry picked from commit 174ba963e05c9dedd57c2027f8656fe1f17030c2)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88043
(cherry picked from commit 0712202b5a62ccb095311b6610b92a19b8cb9f0a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88114
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
Reviewed-by: Michael Stahl <michael.stahl at cib.de>
Tested-by: Michael Stahl <michael.stahl at cib.de>
diff --git a/sc/source/core/data/postit.cxx b/sc/source/core/data/postit.cxx
index d2142f84747c..b48249ed787d 100644
--- a/sc/source/core/data/postit.cxx
+++ b/sc/source/core/data/postit.cxx
@@ -142,7 +142,7 @@ void ScCaptionUtil::SetDefaultItems( SdrCaptionObj& rCaption, ScDocument& rDoc,
{
/* Updates caption item set according to the passed item set while removing shadow items. */
- aItemSet.MergeValues(*pExtraItemSet);
+ aItemSet.Put(*pExtraItemSet);
// reset shadow items
aItemSet.Put( makeSdrShadowItem( false ) );
aItemSet.Put( makeSdrShadowXDistItem( 100 ) );
More information about the Libreoffice-commits
mailing list