[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, ubuntu-precise-3.5, updated. libreoffice_3.5.1-1-71-g3057a33



The following commit has been merged in the ubuntu-precise-3.5 branch:
commit 2c383bbd2717552c4f9ad76123e60b4e3388c13b
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
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


Reply to: