Kaydet (Commit) 84dc21f5 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I39f878774386c896b842e23b3ad6e6637dc79f64
Reviewed-on: https://gerrit.libreoffice.org/71000
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 0a3707c3
...@@ -54,7 +54,7 @@ css::uno::Reference<css::uno::XInterface> OFormattedFieldWrapper::createFormatte ...@@ -54,7 +54,7 @@ css::uno::Reference<css::uno::XInterface> OFormattedFieldWrapper::createFormatte
if (bActAsFormatted) if (bActAsFormatted)
{ {
// instantiate an FormattedModel // instantiate a FormattedModel
// (instantiate it directly ..., as the OFormattedModel isn't // (instantiate it directly ..., as the OFormattedModel isn't
// registered for any service names anymore) // registered for any service names anymore)
OFormattedModel* pModel = new OFormattedModel(pRef->m_xContext); OFormattedModel* pModel = new OFormattedModel(pRef->m_xContext);
...@@ -311,7 +311,7 @@ void OFormattedFieldWrapper::ensureAggregate() ...@@ -311,7 +311,7 @@ void OFormattedFieldWrapper::ensureAggregate()
return; return;
{ {
// instantiate an EditModel (the only place where we are allowed to decide that we're an FormattedModel // instantiate an EditModel (the only place where we are allowed to decide that we're a FormattedModel
// is in ::read) // is in ::read)
css::uno::Reference<css::uno::XInterface> xEditModel = m_xContext->getServiceManager()->createInstanceWithContext(FRM_SUN_COMPONENT_TEXTFIELD, m_xContext); css::uno::Reference<css::uno::XInterface> xEditModel = m_xContext->getServiceManager()->createInstanceWithContext(FRM_SUN_COMPONENT_TEXTFIELD, m_xContext);
if (!xEditModel.is()) if (!xEditModel.is())
......
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