[Libreoffice-commits] .: Branch 'libreoffice-3-6' - officecfg/registry
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Thu Jun 7 08:51:30 PDT 2012
officecfg/registry/data/org/openoffice/ucb/Configuration.xcu | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4b462e9ef9c5bb5ddcc7beeaa4c727e239464377
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jun 7 17:47:11 2012 +0200
Revert accidental changes from fd32788092fcb29526ae73ae3bae6767dbb1e490
Change-Id: I1b3ceda236f26be2dcdc7e4d2afa0ef8d0053691
(cherry picked from commit d4924b747eb6abd439a6313e338384ae50cbdc8e)
diff --git a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
index 198a660..def1b2c 100644
--- a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
+++ b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
@@ -26,7 +26,7 @@
*
************************************************************************ -->
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
-<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Configuration" oor:package="org.openoffice.ucb">
+<oor:component-data oor:name="Configuration" oor:package="org.openoffice.ucb" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="ContentProviders">
<node oor:name="Local" oor:op="replace">
<node oor:name="SecondaryKeys">
@@ -209,7 +209,7 @@
</prop>
</node>
<!-- We want the Provider to be the final fallback provider -->
- <node oor:name="Provider999" oor:op="replace" module="gio">
+ <node oor:name="Provider999" oor:op="replace" install:module="gio">
<prop oor:name="ServiceName">
<value>com.sun.star.ucb.GIOContentProvider</value>
</prop>
More information about the Libreoffice-commits
mailing list