Kaydet (Commit) e136e845 authored tarafından Karthick Prasad Gunasekaran's avatar Karthick Prasad Gunasekaran Kaydeden (comit) Caolán McNamara

Removed Unnecessary variables

Change-Id: I2b02e12690ad64061828b7cf346cce3914a1ef4d
Reviewed-on: https://gerrit.libreoffice.org/14952Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 99abe3b7
...@@ -779,7 +779,7 @@ Reference< XResultSet > SAL_CALL KabDatabaseMetaData::getTableTypes( ) throw(SQ ...@@ -779,7 +779,7 @@ Reference< XResultSet > SAL_CALL KabDatabaseMetaData::getTableTypes( ) throw(SQ
Reference< XResultSet > xRef = pResult; Reference< XResultSet > xRef = pResult;
static ODatabaseMetaDataResultSet::ORows aRows; static ODatabaseMetaDataResultSet::ORows aRows;
static const OUString aTable("TABLE"); static const char aTable[]="TABLE";
if (aRows.empty()) if (aRows.empty())
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment