summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-15 17:06:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-18 14:08:06 +0000
commitf3660062ce8a2c65d483b83c2800d9b958d12f08 (patch)
treef701d020035204410cc6d96a288503de25f81bae /sd
parent0ee16bf9c30c1ed98024f12bb1bea173d62a9eb8 (diff)
Related: rhbz#1014990 valgrind reports uninitialized variable
Change-Id: Ibaa2ed0ee2f1f3f00bceec91ccced968e4913e47
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/epptbase.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index e8c4066c43a1..f593b74b5541 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -158,6 +158,7 @@ struct FontCollectionEntry
Scaling ( 1.0 ),
Family ( 0 ),
Pitch ( 0 ),
+ CharSet ( 0 ),
Original( rName )
{
ImplInit( rName );