summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/lwpdrawobj.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwpdrawobj.cxx b/lotuswordpro/source/filter/lwpdrawobj.cxx
index ac0c9879e18b..04acb795e631 100644
--- a/lotuswordpro/source/filter/lwpdrawobj.cxx
+++ b/lotuswordpro/source/filter/lwpdrawobj.cxx
@@ -1024,6 +1024,7 @@ void LwpDrawTextBox::Read()
m_pStream->ReadInt16( m_aTextRec.nTextHeight );
m_pStream->ReadBytes(m_aTextRec.tmpTextFaceName, DRAW_FACESIZE);
+ m_aTextRec.tmpTextFaceName[DRAW_FACESIZE - 1] = 0;
m_pStream->SeekRel(1);// PitchAndFamily
m_pStream->ReadInt16( m_aTextRec.nTextSize );
@@ -1223,6 +1224,7 @@ void LwpDrawTextArt::Read()
m_pStream->SeekRel(1);
m_pStream->ReadBytes(m_aTextArtRec.tmpTextFaceName, DRAW_FACESIZE);
+ m_aTextArtRec.tmpTextFaceName[DRAW_FACESIZE - 1] = 0;
m_pStream->SeekRel(1);// PitchAndFamily
m_pStream->ReadInt16( m_aTextArtRec.nTextSize );