include/docmodel/styles/ChartStyle.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 653fbde7363799535e2924c3c5203b7d2d8f1d93
Author:     Caolán McNamara <[email protected]>
AuthorDate: Sat Sep 6 09:48:37 2025 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Sat Sep 6 12:35:42 2025 +0200

    cid#1665272 Uninitialized scalar variable
    
    Change-Id: I1930f0941994cac6d5a987595a591d1e0a00d050
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190633
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins

diff --git a/include/docmodel/styles/ChartStyle.hxx 
b/include/docmodel/styles/ChartStyle.hxx
index e455e6e37b1f..401a518f2fb3 100644
--- a/include/docmodel/styles/ChartStyle.hxx
+++ b/include/docmodel/styles/ChartStyle.hxx
@@ -107,7 +107,7 @@ struct DOCMODEL_DLLPUBLIC StyleSet
 
     std::map<enum StyleEntryType, StyleEntry> maEntryMap;
 
-    sal_Int32 mnId;
+    sal_Int32 mnId = -1;
 
     void addEntry(enum StyleEntryType eType, const StyleEntry& aEntry);
 };

Reply via email to