summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-28 21:11:18 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-02 19:48:42 +0200
commit5ed44a655b5cbd95fe36604ab1b54127546b78cd (patch)
tree907b32a687693705ebbb27a379d5f5271b941056 /dbaccess/source/core
parent31297f32aa9a35897055b0d377af332a4bb977a1 (diff)
Fix typo
Change-Id: I93ed6bce9732f999007dc493885d4fb196622414 Reviewed-on: https://gerrit.libreoffice.org/71695 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source/core')
-rw-r--r--dbaccess/source/core/inc/column.hxx2
1 files changed, 1 insertions, 1 deletions
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;