summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-11 09:15:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-11 09:15:56 +0100
commit0fa78319a8148cf1e0d200dac1cabbe7fdd47d3a (patch)
tree9c793adaef6371242292d225a53a668c8413626f /sd
parent92407d540684c8b5953417b21742c7d94363ce1f (diff)
CID#1103760 uninitialized members
Change-Id: I81cfd90640be41f0e09fdb38f765fcef77a59b6f
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/epptbase.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index 392cd72f93fc..8b033fb031d2 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -156,6 +156,8 @@ struct FontCollectionEntry
FontCollectionEntry( const OUString& rName ) :
Scaling ( 1.0 ),
+ Family ( 0 ),
+ Pitch ( 0 ),
Original( rName )
{
ImplInit( rName );