Thanks Oliver,
I can try it on monday and give back the result !
byeRalf
 

     Oliver Brinzing <oliver.brinz...@gmx.de> 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: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



  

Reply via email to