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

don't crash on export of ooo121238-1.odt to docx

Change-Id: I263424ad8f65ded7bab89b5902482357b4f9abaa
üst 8b867887
......@@ -4397,6 +4397,8 @@ void DocxAttributeOutput::WritePostponedFormControl(const SdrObject* pObject)
{
uno::Reference<awt::XControlModel> xControlModel = pFormObj->GetUnoControlModel();
uno::Reference<lang::XServiceInfo> xInfo(xControlModel, uno::UNO_QUERY);
if (!xInfo.is())
return;
if (xInfo->supportsService("com.sun.star.form.component.DateField"))
{
// gather component properties
......
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