-Werror=conversion-null
Change-Id: I61c24a2e207e1b930938780178a61f56e7bda479
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user