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

crashtesting: a gadzillion failures on export to odp

e.g. fdo35235-1.odp

Change-Id: I259cdc9ed073be2ad7d5208cd943d4f193f09c16
üst c4cb8b5d
...@@ -1643,6 +1643,9 @@ void XMLTextParagraphExport::exportText( ...@@ -1643,6 +1643,9 @@ void XMLTextParagraphExport::exportText(
GetExport().GetShapeExport(); // make sure the graphics styles family GetExport().GetShapeExport(); // make sure the graphics styles family
// is added // is added
Reference < XEnumerationAccess > xEA( rText, UNO_QUERY ); Reference < XEnumerationAccess > xEA( rText, UNO_QUERY );
if( ! xEA.is() )
return;
Reference < XEnumeration > xParaEnum(xEA->createEnumeration()); Reference < XEnumeration > xParaEnum(xEA->createEnumeration());
Reference < XPropertySet > xPropertySet( rText, UNO_QUERY ); Reference < XPropertySet > xPropertySet( rText, UNO_QUERY );
Reference < XTextSection > xBaseSection; Reference < XTextSection > xBaseSection;
......
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