WaE: C6011 Dereferencing NULL pointer warnings
Change-Id: I6d1ea7e14f5d2a75d485dae69d51cec8c2343445 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167558 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
parent
3df9a50322
commit
0dcaff6043
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ void CNodeJavaInfo::writeToNode(xmlDoc* pDoc,
|
|||
xmlNode* pJavaInfoNode) const
|
||||
|
||||
{
|
||||
OSL_ASSERT(pJavaInfoNode && pDoc);
|
||||
assert(pJavaInfoNode && pDoc);
|
||||
//write the attribute vendorSettings
|
||||
|
||||
//javaInfo@vendorUpdate
|
||||
|
|
Loading…
Reference in a new issue