summaryrefslogtreecommitdiffstats
path: root/debian/local/registry/Writer_VerticalRuler.xcd
blob: b23743cd14c4466d8ec1216c9e3649996ef7a90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- /etc/libreoffice/registry/Writer_VerticalRuler.xcd -->

<!-- Enabling vertical ruler in writer. -->

<?xml version="1.0"?>
<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:package="org.openoffice.Office" oor:name="Writer">
    <node oor:name="Layout">
      <node oor:name="Window">
        <prop oor:name="VerticalRuler">
          <value>true</value>
        </prop>
      </node>
    </node>
  </oor:component-data>
</oor:data>