fdo#57950: Remove some chained appends in dbaccess
Change-Id: If93b4a11ac15ede2b08ef42bb2fa4670f0d4cd24 Reviewed-on: https://gerrit.libreoffice.org/5481 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
This commit is contained in:
committed by
Andrzej J.R. Hunt
parent
f4004429d3
commit
9a1aca007f
@@ -261,8 +261,7 @@ OUString ObjectCopySource::getSelectStatement() const
|
||||
aSQL.appendAscii( ", " );
|
||||
}
|
||||
|
||||
aSQL.appendAscii( "FROM " );
|
||||
aSQL.append( ::dbtools::composeTableNameForSelect( m_xConnection, m_xObject ) );
|
||||
aSQL.append( "FROM " + ::dbtools::composeTableNameForSelect( m_xConnection, m_xObject ) );
|
||||
|
||||
sSelectStatement = aSQL.makeStringAndClear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user