[Libreoffice-commits] .: xmloff/source
Noel Power
noelp at kemper.freedesktop.org
Fri May 27 06:02:27 PDT 2011
xmloff/source/forms/elementimport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ecbd796ee8157047b1738ac12c98a6ef4d3c18ff
Author: Noel Power <noel.power at novell.com>
Date: Fri May 27 13:16:08 2011 +0100
pretty sure this is the fix for fdo#37590
diff --git a/xmloff/source/forms/elementimport.cxx b/xmloff/source/forms/elementimport.cxx
index 6247264..6553f88 100644
--- a/xmloff/source/forms/elementimport.cxx
+++ b/xmloff/source/forms/elementimport.cxx
@@ -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( pValueProperty, "OControlImport::StartElement: illegal value property names!" );
bRetrievedValues = sal_True;
}
OSL_ENSURE((PROPID_VALUE != aValueProps->Handle) || pValueProperty,
More information about the Libreoffice-commits
mailing list