diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-28 17:10:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-29 09:02:50 +0100 |
commit | 42a15f45ff4e02f98229de02efd0d8c19f10bcd5 (patch) | |
tree | 67031948d50d251825c1d05d5547a499a1c5e51b /officecfg/registry/data | |
parent | 02f6e55231c8b1646cbafc0e3e591da8122e2bf1 (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/data')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Writer.xcu | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Writer.xcu b/officecfg/registry/data/org/openoffice/Office/Writer.xcu index 55ab299cb1db..861b777f29b6 100644 --- a/officecfg/registry/data/org/openoffice/Office/Writer.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Writer.xcu @@ -735,9 +735,9 @@ </prop> </node> </node> -<node oor:name="Notes"> - <prop oor:name="ShowAnkor"> - <value>false</value> - </prop> -</node> + <node oor:name="Notes"> + <prop oor:name="ShowAnkor"> + <value>false</value> + </prop> + </node> </oor:component-data> |