diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-08-13 11:35:18 +0100 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-08-13 22:12:39 +0100 |
commit | 3a50cb84f422046a84febcf6759938054f5e1ece (patch) | |
tree | abe5fde69aea321641164fd8aaf53b80bf2f23cb /connectivity | |
parent | 91c8008051c0bb7905a6acd822d022e144f2941f (diff) |
Correct comments at table creation (firebird-sdbc)
Table name is already in correct form, and type is irrelevant when
selecting one table.
Change-Id: I542819cb09e083434ac84b84842d5ea9016c0d79
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/Tables.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/drivers/firebird/Tables.cxx b/connectivity/source/drivers/firebird/Tables.cxx index 8828b97209cc..0dbca8517129 100644 --- a/connectivity/source/drivers/firebird/Tables.cxx +++ b/connectivity/source/drivers/firebird/Tables.cxx @@ -48,8 +48,7 @@ void Tables::impl_refresh() ObjectType Tables::createObject(const OUString& rName) { - // TODO: parse the name. - // TODO: use table types + // Only retrieving a single table, so table type is irrelevant (param 4) uno::Reference< XResultSet > xTables = m_xMetaData->getTables(Any(), OUString(), rName, |