summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:24:54 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-25 08:38:44 +0200
commitf3340c54fe6b8ec51d01308a7350c6a27616fca6 (patch)
treea2ce52e21285098896102f8e53ed879086580188 /extensions
parentb0455098d7d4f7a05849d97180321096d00ddbee (diff)
Fix typo
Change-Id: I113b437d21487bb65a4d88e8d1e8732762d3263f Reviewed-on: https://gerrit.libreoffice.org/72936 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.hxx4
1 files changed, 2 insertions, 2 deletions
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