diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 09:17:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 10:11:33 +0200 |
commit | 146033f5da8ee588c9a4dda93aba64477e174541 (patch) | |
tree | 99fc84a0f5ee143c5c2da55633dc6d3e39af897c /include/ucbhelper/registerucb.hxx | |
parent | 17a2c9e8e2361de27013a25e51f3a3ca729f1b31 (diff) |
spelling instanciate -> instantiate
Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81
Reviewed-on: https://gerrit.libreoffice.org/38401
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/ucbhelper/registerucb.hxx')
-rw-r--r-- | include/ucbhelper/registerucb.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/registerucb.hxx b/include/ucbhelper/registerucb.hxx index 536d21a0ab69..7164fa99019c 100644 --- a/include/ucbhelper/registerucb.hxx +++ b/include/ucbhelper/registerucb.hxx @@ -41,7 +41,7 @@ namespace ucbhelper { */ struct ContentProviderData { - /** The UNO service name to use to instanciate the content provider. + /** The UNO service name to use to instantiate the content provider. If it is the empty string, a null provider will be used (see the documentation of the Provider argument to @@ -49,11 +49,11 @@ struct ContentProviderData */ OUString ServiceName; - /** The URL template to use to instanciate the content provider. + /** The URL template to use to instantiate the content provider. */ OUString URLTemplate; - /** The arguments to use to instanciate the content provider. + /** The arguments to use to instantiate the content provider. */ OUString Arguments; }; |