[Libreoffice-commits] .: Branch 'libreoffice-3-5' - extensions/source

Miklos Vajna vmiklos at kemper.freedesktop.org
Fri Mar 9 06:43:46 PST 2012


 extensions/source/bibliography/bibload.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 285b3a4fe0b5b21abe061dfb664800b7e537471e
Author: Caolán McNamara <caolanm at redhat.com>
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 <vmiklos at suse.cz>

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();
     }
 }


More information about the Libreoffice-commits mailing list