sw/source/filter/ww8/ww8scan.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 6b708e3c569f87e7a89ec032afacc5a7389f86f0
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Thu Nov 2 08:52:35 2023 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Thu Nov 2 15:46:47 2023 +0100

    Related: ofz#63786 make it clearer what m_aShortSprm is used for
    
    its not used as a SVBT32, only as a little buffer
    
    Change-Id: I7a6d364c68ae31520cbb7432da832d108a9daeff
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158787
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index d69a822554f5..320d3e3cb10e 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -437,8 +437,7 @@ private:
     WW8PLCFpcd_Iter* m_pPcdI;
     WW8PLCFx_PCD* m_pPcd;
     std::vector<std::unique_ptr<sal_uInt8[]>> const & mrGrpprls; // attribute 
of Piece-table
-    SVBT32 m_aShortSprm;          // mini storage: can contain ONE sprm with
-                                // 1 byte param
+    sal_uInt8 m_aShortSprm[4]; // mini storage: can contain ONE sprm with 1 
byte param
 
     WW8PLCFx_PCDAttrs(const WW8PLCFx_PCDAttrs&) = delete;
     WW8PLCFx_PCDAttrs& operator=(const WW8PLCFx_PCDAttrs&) = delete;

Reply via email to