diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-11-02 08:52:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-11-02 15:46:47 +0100 |
commit | 6b708e3c569f87e7a89ec032afacc5a7389f86f0 (patch) | |
tree | 7864779319a21461cb2ca2ded99f34797db7bfa7 /sw | |
parent | 00e1ac51e6d6185cba0b677587b03e1a94b26a87 (diff) |
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.mcnamara@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8scan.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
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; |