Kaydet (Commit) 9b78fe96 authored tarafından Miklos Vajna's avatar Miklos Vajna

Related: i#60831 fix RTF import of DOCPROPERTY fields

üst 3ece03f3
...@@ -2150,7 +2150,8 @@ void DomainMapper_Impl::handleAuthor ...@@ -2150,7 +2150,8 @@ void DomainMapper_Impl::handleAuthor
{ {
sServiceName += sFieldServiceName; sServiceName += sFieldServiceName;
} }
xFieldInterface = m_xTextFactory->createInstance(sServiceName); if (m_xTextFactory.is())
xFieldInterface = m_xTextFactory->createInstance(sServiceName);
xFieldProperties = xFieldProperties =
uno::Reference< beans::XPropertySet >( xFieldInterface, uno::Reference< beans::XPropertySet >( xFieldInterface,
uno::UNO_QUERY_THROW); uno::UNO_QUERY_THROW);
......
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