[ooo-build-commit] Branch 'ooo/master' - dbaccess/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Wed Jul 8 17:02:52 PDT 2009
dbaccess/source/core/api/KeySet.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 12986696515c82f7734562d0d0dead2c29a0bb5d
Author: Release Engineers <releng at openoffice.org>
Date: Wed Jul 8 12:31:16 2009 +0000
#i10000# fix for error from dba32c
diff --git a/dbaccess/source/core/api/KeySet.cxx b/dbaccess/source/core/api/KeySet.cxx
index 861c15c..56c87c7 100644
--- a/dbaccess/source/core/api/KeySet.cxx
+++ b/dbaccess/source/core/api/KeySet.cxx
@@ -310,7 +310,7 @@ void OKeySet::construct(const Reference< XResultSet>& _xDriverSet)
const ::rtl::OUString sOldFilter = xAnalyzer->getFilter();
if ( sOldFilter.getLength() )
{
- aFilter = sOldFilter + aAnd + aFilter;
+ aFilter = sOldFilter + aAnd + aFilter.makeStringAndClear();
}
xAnalyzer->setFilter(aFilter.makeStringAndClear());
m_xStatement = m_xConnection->prepareStatement(xAnalyzer->getQueryWithSubstitution());
More information about the ooo-build-commit
mailing list