diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:34:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:33 +0200 |
commit | 6cde7647c94b896eafbb9d79e2e7c4f0a86a465c (patch) | |
tree | df8c976b292c9aac1387528e0d5f38b6def334ee /xmloff | |
parent | c035317c327d1f8a462f3abd5face29d85bbc991 (diff) |
typo: implicitely -> implicitly
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/MultiPropertySetHandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/MultiPropertySetHandler.hxx b/xmloff/source/chart/MultiPropertySetHandler.hxx index a458492f8822..562a9a4615f6 100644 --- a/xmloff/source/chart/MultiPropertySetHandler.hxx +++ b/xmloff/source/chart/MultiPropertySetHandler.hxx @@ -124,7 +124,7 @@ public: MultiPropertySetHandler (::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> xObject); ~MultiPropertySetHandler (void); - /** @descr Add a property to handle. The type given implicitely by the + /** @descr Add a property to handle. The type given implicitly by the reference to a variable is used to create an instance of the PropertyWrapper template class. @param sName Name of the property. |