Hey Niklas,
Yes, your file works fine :-) Thank you for your help.
So, I think, my path was wrong. I tried to extract the path out of this
line:
<item oor:path="/org.openoffice.Office.Common/Misc"><prop
oor:name="ExperimentalSidebar"
oor:op="fuse"><value>true</value></prop></item>
(Part of the registrymodification.xcu)
so I belief, I did some mistake.
Thanks again.
Thomas
Am 01.10.2013 13:13, schrieb Niklas Johansson:
Are you sure you got the registry paths correct.
Given that I want to enable the Sidebar in LibreOffice 4.1.X, this xcd
works for me:
<?xml version="1.0" encoding="UTF-8"?>
<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:oor="http://openoffice.org/2001/registry">
<dependency file="main"/>
<oor:component-data oor:name="Common" oor:package="org.openoffice.Office">
<node oor:name="Misc" oor:op="fuse">
<prop oor:name="ExperimentalSidebar" oor:op="replace">
<value>true</value>
</prop>
</node>
</oor:component-data>
</oor:data>
--
## Unterstützung der freien Office Suite
## http://de.libreOffice.org - www.LibreOffice.org
## Vorstand Freies Office Deutschland e.V.
## Mitglieder willkommen: www.FroDeV.org
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.