diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-28 21:11:14 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-04 08:16:58 +0200 |
commit | 96744db8508ed77f8288cf71a6232486f23f25f6 (patch) | |
tree | 8c69f31fe65b26f74488db736b29cf88d6aad4a6 /dbaccess | |
parent | 0d2252b2a975c0b4113fbef47881932120e881b4 (diff) |
Fix typo
Change-Id: Ia21f12ac5fc872ca7c04e61e795b9f9f049a3dbe
Reviewed-on: https://gerrit.libreoffice.org/71777
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/xml/xmlfilter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlfilter.hxx b/dbaccess/source/filter/xml/xmlfilter.hxx index c73230e94ff3..87704d2ade8a 100644 --- a/dbaccess/source/filter/xml/xmlfilter.hxx +++ b/dbaccess/source/filter/xml/xmlfilter.hxx @@ -144,7 +144,7 @@ public: rtl::Reference < XMLPropertySetMapper > const & GetColumnStylesPropertySetMapper() const; rtl::Reference < XMLPropertySetMapper > const & GetCellStylesPropertySetMapper() const; - /** add a Info to the sequence which will be appended to the data source + /** add an Info to the sequence which will be appended to the data source @param _rInfo The property to append. */ void addInfo(const css::beans::PropertyValue& _rInfo) |