Kaydet (Commit) f8767ea9 authored tarafından Noel Grandin's avatar Noel Grandin

fix OSX build

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

Change-Id: Iecbcd2ffd521913a63374a56c5179065cca42f09
üst b460792a
...@@ -460,7 +460,7 @@ OSL_TRACE("Mac OS Address book - SQL Request: %s", OUtoCStr(sql)); ...@@ -460,7 +460,7 @@ OSL_TRACE("Mac OS Address book - SQL Request: %s", OUtoCStr(sql));
impl_throwError(STR_QUERY_TOO_COMPLEX); impl_throwError(STR_QUERY_TOO_COMPLEX);
} }
m_xResultSet.set(pResult); m_xResultSet = Reference<XResultSet>(pResult);;
return xRS; return xRS;
} }
......
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