dbaccess/source/filter/xml/xmlfilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 96744db8508ed77f8288cf71a6232486f23f25f6 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 28 21:11:14 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat May 4 08:16:58 2019 +0200 Fix typo Change-Id: Ia21f12ac5fc872ca7c04e61e795b9f9f049a3dbe Reviewed-on: https://gerrit.libreoffice.org/71777 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
