Kaydet (Commit) 0404e92b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738961 Unused pointer value

Change-Id: I160da56b4af35a8859d60f015fe1412f484a4500
üst 3613bd09
...@@ -259,7 +259,6 @@ void XFTable::ToXml(IXFStream *pStrm) ...@@ -259,7 +259,6 @@ void XFTable::ToXml(IXFStream *pStrm)
//output rows: //output rows:
{ {
int lastRow = 0; int lastRow = 0;
pAttrList = pStrm->GetAttrList();
std::map<sal_uInt16, XFRow* >::iterator it = m_aRows.begin(); std::map<sal_uInt16, XFRow* >::iterator it = m_aRows.begin();
for( ; it!=m_aRows.end(); ++it ) for( ; it!=m_aRows.end(); ++it )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment