-Werror=conversion-null

Change-Id: I61c24a2e207e1b930938780178a61f56e7bda479
This commit is contained in:
Caolán McNamara
2014-03-13 14:34:08 +00:00
parent 20e43b9f88
commit 0533142602

View File

@@ -566,7 +566,7 @@ XFFrame* LwpDrawPolyLine::CreateStandardDrawObj(const OUString& rStyleName)
*/
LwpDrawPolygon::LwpDrawPolygon(SvStream * pStream, DrawingOffsetAndScale* pTransData)
: LwpDrawObj(pStream, pTransData)
, m_nNumPoints(NULL)
, m_nNumPoints(0)
, m_pVector(NULL)
{
}