fix OSX build

after my commit cb4fa1d1e2e61b686442a9d26220c0f1a6e1d4e7
"use uno::Reference::set method instead of assignment"

Change-Id: Iecbcd2ffd521913a63374a56c5179065cca42f09
This commit is contained in:
Noel Grandin 2015-10-30 11:31:46 +02:00
parent b460792abc
commit f8767ea9e5

View File

@ -460,7 +460,7 @@ OSL_TRACE("Mac OS Address book - SQL Request: %s", OUtoCStr(sql));
impl_throwError(STR_QUERY_TOO_COMPLEX);
}
m_xResultSet.set(pResult);
m_xResultSet = Reference<XResultSet>(pResult);;
return xRS;
}