fix for bug fdo#37590
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
This commit is contained in:
@@ -889,7 +889,7 @@ namespace xmloff
|
||||
if (!bRetrievedValues)
|
||||
{
|
||||
getValuePropertyNames(m_eElementType, nClassId, pCurrentValueProperty, pValueProperty);
|
||||
ENSURE_OR_BREAK( pCurrentValueProperty && pValueProperty, "OControlImport::StartElement: illegal value property names!" );
|
||||
ENSURE_OR_BREAK( pCurrentValueProperty || pValueProperty, "OControlImport::StartElement: illegal value property names!" );
|
||||
bRetrievedValues = sal_True;
|
||||
}
|
||||
OSL_ENSURE((PROPID_VALUE != aValueProps->Handle) || pValueProperty,
|
||||
|
Reference in New Issue
Block a user