vcl/source/filter/svm/SvmReader.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bc06fee6924419a8324145b09df54c15a07e1a76
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Jul 26 13:36:02 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Jul 27 20:25:16 2021 +0200

    MetaTextArrayAction version 2 string discarded
    
    since...
    
    commit 58a064595e43428f7d74341aff38df40fec0c8b3
    Date:   Thu Jul 8 12:51:11 2021 +0300
    
        Add Handler for MetaTextArray Read
    
    Change-Id: I0c35bb92d3e61d8d2158e3a51e3661373e5cb6aa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119501
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/source/filter/svm/SvmReader.cxx 
b/vcl/source/filter/svm/SvmReader.cxx
index a078c5694b1b..d63e5878411c 100644
--- a/vcl/source/filter/svm/SvmReader.cxx
+++ b/vcl/source/filter/svm/SvmReader.cxx
@@ -738,6 +738,7 @@ rtl::Reference<MetaAction> 
SvmReader::TextArrayHandler(ImplMetaReadData* pData)
     if (aCompat.GetVersion() >= 2) // Version 2
     {
         aStr = read_uInt16_lenPrefixed_uInt16s_ToOUString(mrStream);
+        pAction->SetText(aStr);
 
         if (nTmpIndex + nTmpLen > aStr.getLength())
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to