extensions/source/bibliography/bibload.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 285b3a4fe0b5b21abe061dfb664800b7e537471e Author: Caolán McNamara <[email protected]> Date: Fri Mar 9 14:09:30 2012 +0000 Fix tools->bibliography database, brown paper bag over head commit :-) (cherry picked from commit bd1088567bafa6293ffecf5331a9016b6d0438e3) Signed-off-by: Miklos Vajna <[email protected]> diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx index 9159124..8b581fd 100644 --- a/extensions/source/bibliography/bibload.cxx +++ b/extensions/source/bibliography/bibload.cxx @@ -250,7 +250,7 @@ namespace static bool lcl_isBaseAvailable() { Reference< XMultiServiceFactory > xMgr = comphelper::getProcessServiceFactory(); - Reference< XAggregation > xAggregate = Reference< XAggregation >( xMgr->createInstance(C2U("com.sun.star.sbd.RowSet")), UNO_QUERY); + Reference< XAggregation > xAggregate = Reference< XAggregation >( xMgr->createInstance(C2U("com.sun.star.sdbc.RowSet")), UNO_QUERY); return xAggregate.is(); } }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
