[Libreoffice-commits] core.git: extensions/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 25 06:39:29 UTC 2019


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

New commits:
commit f3340c54fe6b8ec51d01308a7350c6a27616fca6
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:54 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list