extensions/source/propctrlr/formcomponenthandler.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f3340c54fe6b8ec51d01308a7350c6a27616fca6
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue May 14 21:24:54 2019 +0000
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat May 25 08:38:44 2019 +0200

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

diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx 
b/extensions/source/propctrlr/formcomponenthandler.hxx
index 05a30b1a1b90..0b81da69e191 100644
--- a/extensions/source/propctrlr/formcomponenthandler.hxx
+++ b/extensions/source/propctrlr/formcomponenthandler.hxx
@@ -163,7 +163,7 @@ namespace pcr
         */
         void impl_initFieldList_nothrow( std::vector< OUString >& rFieldNames 
) const;
 
-        /** obtaines the RowSet to which our component belongs
+        /** obtains the RowSet to which our component belongs
 
             If the component is a RowSet itself, it's returned directly. Else, 
the parent
             is examined for the XRowSet interface. If the parent is no 
XRowSet, then
@@ -287,7 +287,7 @@ namespace pcr
         /** executes a dialog which allows to the user to change the ImageURL 
property
             of our component by browsing for an image file.
             @precond
-                our component actually has a ImageURL property
+                our component actually has an ImageURL property
             @param _out_rNewValue
                 the new property value, if the user chose a new image url
             @return
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to