connectivity/source/drivers/macab/MacabStatement.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f8767ea9e53fda2ab144c7edbee75582b0391f2c
Author: Noel Grandin <n...@peralex.com>
Date:   Fri Oct 30 11:31:46 2015 +0200

    fix OSX build
    
    after my commit cb4fa1d1e2e61b686442a9d26220c0f1a6e1d4e7
    "use uno::Reference::set method instead of assignment"
    
    Change-Id: Iecbcd2ffd521913a63374a56c5179065cca42f09

diff --git a/connectivity/source/drivers/macab/MacabStatement.cxx 
b/connectivity/source/drivers/macab/MacabStatement.cxx
index 7d33401..7756f4f 100644
--- a/connectivity/source/drivers/macab/MacabStatement.cxx
+++ b/connectivity/source/drivers/macab/MacabStatement.cxx
@@ -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;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to