diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-09-14 11:43:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-09-14 11:43:51 +0000 |
commit | e87ea379e99c01e62555c1821b69a55a490b07f2 (patch) | |
tree | c575fd33a5cec1535a87dafd7a19013dda0b945c /vcl | |
parent | 7a937d5265517dc6711e16ef75c6032d380292bd (diff) |
#i105025# patch
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/fontsubset/fontsubset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/fontsubset.cxx b/vcl/source/fontsubset/fontsubset.cxx index e203feed1645..84f548d0a32f 100644 --- a/vcl/source/fontsubset/fontsubset.cxx +++ b/vcl/source/fontsubset/fontsubset.cxx @@ -40,7 +40,7 @@ FontSubsetInfo::FontSubsetInfo() , m_nCapHeight( 0) , m_nFontType( FontSubsetInfo::NO_FONT) , mpInFontBytes( NULL) -, mnInByteLength( NULL) +, mnInByteLength( 0) , meInFontType( FontSubsetInfo::NO_FONT) , mpSftTTFont( NULL) {} |