File: ConfigurationData.xcu

package info (click to toggle)
parlatype-libreoffice-extension 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 392 kB
  • sloc: python: 855; xml: 76; sh: 63; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
oor:package="org.parlatype"
oor:name="config">
    <prop oor:name="TimestampKeys" oor:type="xs:short">
        <value>1</value>
    </prop>
    <prop oor:name="TimestampMouse" oor:type="xs:short">
        <value>1</value>
    </prop>
</oor:component-data>