oox/source/drawingml/textliststyle.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 0dfbdb1201c533a8fe2951cf3faf2a88f3855244 Author: Sarper Akdemir <[email protected]> AuthorDate: Sat Jun 19 20:55:10 2021 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Sun Jun 20 16:26:52 2021 +0200 cid#1486005 Uninitialized scalar field since... commit 2cfccfba09faa5c3bb973136ffe99d534d09c881 Date: Sun May 9 20:56:41 2021 +0300 tdf#59323: ooxml import: hasListStyleOnImport Change-Id: Ib5d557bc0037bb72e9635391d6991fc1d8e5f2a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117504 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/oox/source/drawingml/textliststyle.cxx b/oox/source/drawingml/textliststyle.cxx index 175b6caf879b..42679ad4451c 100644 --- a/oox/source/drawingml/textliststyle.cxx +++ b/oox/source/drawingml/textliststyle.cxx @@ -32,6 +32,7 @@ TextListStyle::~TextListStyle() } TextListStyle::TextListStyle(const TextListStyle& rStyle) + : mbHasListStyleOnImport(false) { for ( size_t i = 0; i < NUM_TEXT_LIST_STYLE_ENTRIES; i++ ) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
