dbaccess/source/core/inc/column.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5ed44a655b5cbd95fe36604ab1b54127546b78cd Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 28 21:11:18 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu May 2 19:48:42 2019 +0200 Fix typo Change-Id: I93ed6bce9732f999007dc493885d4fb196622414 Reviewed-on: https://gerrit.libreoffice.org/71695 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/dbaccess/source/core/inc/column.hxx b/dbaccess/source/core/inc/column.hxx index eca1a728e841..75f0895420d3 100644 --- a/dbaccess/source/core/inc/column.hxx +++ b/dbaccess/source/core/inc/column.hxx @@ -112,7 +112,7 @@ namespace dbaccess class SAL_NO_VTABLE IColumnFactory { public: - /** creates a OColumn object which should represent the column with a given name + /** creates an OColumn object which should represent the column with a given name */ virtual OColumn* createColumn( const OUString& _rName ) const = 0; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
