summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-28 17:10:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-29 09:02:50 +0100
commit42a15f45ff4e02f98229de02efd0d8c19f10bcd5 (patch)
tree67031948d50d251825c1d05d5547a499a1c5e51b /officecfg/registry/schema/org/openoffice
parent02f6e55231c8b1646cbafc0e3e591da8122e2bf1 (diff)
Resolves: fdo#38983 allow extra word boundary characters
i.e. word overrides emdash and endash to be word boundary characters for the purposes of counting words. And there are some who want to treat =,- etc similarly. Default to a configuration that gives the same results as Word for word counting. Change-Id: Ia8ce6ac12011a1d6e547f11644c76163c4c993c5
Diffstat (limited to 'officecfg/registry/schema/org/openoffice')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs13
1 files changed, 13 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index e79798885a83..cffc7406f643 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -5736,6 +5736,19 @@
<value>false</value>
</prop>
</group>
+ <group oor:name="WordCount">
+ <info>
+ <desc>Contains settings for word counting</desc>
+ </info>
+ <prop oor:name="AdditionalSeperators" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <author>cmc</author>
+ <desc>configures additional word seperators for word counting</desc>
+ <label>Additional Word Seperators</label>
+ </info>
+ <value>—–</value>
+ </prop>
+ </group>
<group oor:name="Navigator">
<info>
<desc>Contains settings for the Navigator.</desc>