The following commit has been merged in the ubuntu-precise-3.5 branch:
commit 2c383bbd2717552c4f9ad76123e60b4e3388c13b
Author: Bjoern Michaelsen <[email protected]>
Date:   Tue Mar 27 13:16:10 2012 +0200

    its css.sdb.Rowset, not sdbc or sbd

diff --git a/patches/bibliography-no-crash-if-no-base.diff 
b/patches/bibliography-no-crash-if-no-base.diff
index 71ba6fb..b924315 100644
--- a/patches/bibliography-no-crash-if-no-base.diff
+++ b/patches/bibliography-no-crash-if-no-base.diff
@@ -36,7 +36,7 @@ index c80c81e..9159124 100644
 +    static bool lcl_isBaseAvailable()
 +    {
 +        Reference< XMultiServiceFactory >  xMgr = 
comphelper::getProcessServiceFactory();
-+        Reference< XAggregation > xAggregate = Reference< XAggregation >( 
xMgr->createInstance(C2U("com.sun.star.sdbc.RowSet")), UNO_QUERY);
++        Reference< XAggregation > xAggregate = Reference< XAggregation >( 
xMgr->createInstance(C2U("com.sun.star.sdb.RowSet")), UNO_QUERY);
 +        return xAggregate.is();
 +    }
 +}

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to