summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-28 21:11:25 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-02 19:51:14 +0200
commit4729385ae828a178fbe0ab4fb8ec52134723b5e6 (patch)
tree8c40552809312f9a1f3cdb247722e28e0c83b3c9 /dbaccess/source
parent84229c5e3398a03b7e1b7b0753a36a0d30cea358 (diff)
Fix typo
Change-Id: I3e48cd90a636bd8d5eab9112a2c1827a31896bcb Reviewed-on: https://gerrit.libreoffice.org/71690 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/core/dataaccess/connection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/connection.cxx b/dbaccess/source/core/dataaccess/connection.cxx
index 5bed9986d13a..0b075af8e5fb 100644
--- a/dbaccess/source/core/dataaccess/connection.cxx
+++ b/dbaccess/source/core/dataaccess/connection.cxx
@@ -806,7 +806,7 @@ Reference< XInterface > SAL_CALL OConnection::getTableEditor( const Reference< X
// ask ourself
// well, we don't have own functionality here ...
// In the future, we might decide to delegate the complete handling to this interface.
- // In this case, we would need to instantiate an css.sdb.TableDesign here.
+ // In this case, we would need to instantiate a css.sdb.TableDesign here.
return xReturn;
}