summaryrefslogtreecommitdiffstats
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/FormattedFieldWrapper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx
index f6223e4022e0..beebbac8a78f 100644
--- a/forms/source/component/FormattedFieldWrapper.cxx
+++ b/forms/source/component/FormattedFieldWrapper.cxx
@@ -54,7 +54,7 @@ css::uno::Reference<css::uno::XInterface> OFormattedFieldWrapper::createFormatte
if (bActAsFormatted)
{
- // instantiate an FormattedModel
+ // instantiate a FormattedModel
// (instantiate it directly ..., as the OFormattedModel isn't
// registered for any service names anymore)
OFormattedModel* pModel = new OFormattedModel(pRef->m_xContext);
@@ -311,7 +311,7 @@ void OFormattedFieldWrapper::ensureAggregate()
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)
css::uno::Reference<css::uno::XInterface> xEditModel = m_xContext->getServiceManager()->createInstanceWithContext(FRM_SUN_COMPONENT_TEXTFIELD, m_xContext);
if (!xEditModel.is())