summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-09-14 11:43:51 +0000
committerKurt Zenker <kz@openoffice.org>2009-09-14 11:43:51 +0000
commite87ea379e99c01e62555c1821b69a55a490b07f2 (patch)
treec575fd33a5cec1535a87dafd7a19013dda0b945c /vcl
parent7a937d5265517dc6711e16ef75c6032d380292bd (diff)
#i105025# patch
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/fontsubset/fontsubset.cxx2
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)
{}