forms/source/component/FormattedFieldWrapper.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 84dc21f5ae4f3c59a5f74b9fda75a7f51c5feb95
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Apr 10 16:00:04 2019 +0000
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat Apr 20 07:04:35 2019 +0200

    Fix typo
    
    Change-Id: I39f878774386c896b842e23b3ad6e6637dc79f64
    Reviewed-on: https://gerrit.libreoffice.org/71000
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

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())
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to