diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-07-26 13:36:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-07-27 20:25:16 +0200 |
commit | bc06fee6924419a8324145b09df54c15a07e1a76 (patch) | |
tree | f5981148346bb14b651400a65954bd4d66ba6bf6 /vcl | |
parent | 32baf8361a48f5238256acc101241d42c245a711 (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/svm/SvmReader.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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()) { |