summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-02-26 15:30:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-02-26 20:05:51 +0100
commitd4bb147320f381010f25c9232f4147406c443fbf (patch)
treeb4ea3677889e4754642b52e360a1a1f609c72721 /sd
parent9c6a2a63fcca8d60f19e40d7c7125c38ee943ca0 (diff)
cid#1362689 Uninitialized scalar field
Change-Id: I14bb8fce8bb2d8aa744463da4a065dec6a15f3ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130599 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/pptx-text.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx
index 4fad12a0871b..85c37f77d729 100644
--- a/sd/source/filter/eppt/pptx-text.cxx
+++ b/sd/source/filter/eppt/pptx-text.cxx
@@ -68,6 +68,7 @@ PortionObj::PortionObj(const css::uno::Reference< css::beans::XPropertySet > & r
, meAsianOrComplexFont(css::beans::PropertyState_AMBIGUOUS_VALUE)
, meCharEscapement(css::beans::PropertyState_AMBIGUOUS_VALUE)
, mnCharAttrHard(0)
+ , mnCharColor(0)
, mnCharAttr(0)
, mnFont(0)
, mnAsianOrComplexFont(0xffff)