[Libreoffice-commits] core.git: dbaccess/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 2 17:49:57 UTC 2019


 dbaccess/source/core/inc/column.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5ed44a655b5cbd95fe36604ab1b54127546b78cd
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:18 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list