[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.2_rc2-1-115-ge038aea



The following commit has been merged in the ubuntu-precise-3.5 branch:
commit a6452a456f7c2dea9d9b973a491e19518a0f8286
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Sat Apr 21 03:15:41 2012 +0200

    lp#527938: triple paperbag -- fix service name (again)

diff --git a/patches/lp-527938-triple-paperbag-fix-service-name-again.diff b/patches/lp-527938-triple-paperbag-fix-service-name-again.diff
new file mode 100644
index 0000000..8cd2913
--- /dev/null
+++ b/patches/lp-527938-triple-paperbag-fix-service-name-again.diff
@@ -0,0 +1,25 @@
+From 394f2410f7f2e137f1801d255c99d366eb38adfa Mon Sep 17 00:00:00 2001
+From: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
+Date: Sat, 21 Apr 2012 03:13:12 +0200
+Subject: [PATCH] lp#527938: triple paperbag -- fix service name (again)
+
+---
+ extensions/source/bibliography/bibload.cxx |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx
+index 8b581fd..301e908 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.sdbc.RowSet")), UNO_QUERY);
++        Reference< XAggregation > xAggregate = Reference< XAggregation >( xMgr->createInstance(C2U("com.sun.star.sdb.RowSet")), UNO_QUERY);
+         return xAggregate.is();
+     }
+ }
+-- 
+1.7.9.5
+
diff --git a/patches/series b/patches/series
index b92886a..2c00411 100644
--- a/patches/series
+++ b/patches/series
@@ -39,3 +39,4 @@ lp-926940-visio-mime-for-draw.diff
 fdo-46687-fix-find-toolbar-X-error-handling.diff
 lp-753627-readd-updated-Ubuntu-brand-palette-colors.diff
 lp-973134-default-to-Documents-for-saving-look-for-t.diff
+lp-527938-triple-paperbag-fix-service-name-again.diff

-- 
LibreOffice packaging repository


Reply to: