Hello together, hello oliver,
much thanks for this very good work.I testet the solution and it work without
any changes!!
Great job, thanks to Oliver Brinzing!
byeRalf
OpenOffice Mailing <[email protected]> schrieb am 22:09 Dienstag,
22.September 2015:
Thanks Oliver,
I can try it on monday and give back the result !
byeRalf
Oliver Brinzing <[email protected]> schrieb am 18:57 Dienstag,
22.September 2015:
Hi Ralf
> Have someone a solution, documentation or another idea to define a setting
> for the sidebar to be
disabled by default!
i just found:
https://gerrit.libreoffice.org/#/c/11077/5/officecfg/registry/data/org/openoffice/Office/Views.xcu
sidebar.xcu:
<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"
xmlns:install="http://openoffice.org/2004/installation"
oor:name="Views" oor:package="org.openoffice.Office">
<node oor:name="Windows">
<node oor:name="10336" oor:op="replace">
<prop oor:name="Visible" oor:type="xs:boolean">
<value>false</value>
</prop>
</node>
</node>
</oor:component-data>
it seems to work in aoo too.
to deploy you can create a shared extension with a "manifest.xml" like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN"
"Manifest.dtd">
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
<manifest:file-entry manifest:full-path="sidebar.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data" />
</manifest:manifest>
Regards
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]