diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-02 11:59:04 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-02 13:24:51 +0000 |
commit | d334dd956a594c2fdda43706417ebf4d489f206a (patch) | |
tree | 80a574ef0e018a8f3cedbbd6983ac6c220c7c510 /officecfg | |
parent | c33c309f13dee335d81eb0e00363d4ae2d7c911a (diff) |
tdf#68183 sw: config option for disabling the creation of automatic RSID marks
It was a problem since the initial commit
062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c (sw: Improved document
comparison based on RSIDs., 2011-12-22) that this new feature -- which
is annoying for some use-cases -- could not be disabled, let's allow
that.
Change-Id: I33fa77382919586fb00198246f737caa68dcbd85
Reviewed-on: https://gerrit.libreoffice.org/14277
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 4127fd790648..a43cbc63b672 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -2669,6 +2669,11 @@ <desc>Defines the length of ignored pieces.</desc> </info> </prop> + <prop oor:name="StoreRSID" oor:type="xs:boolean"> + <info> + <desc>Specifies whether RSIDs are stored in the document model.</desc> + </info> + </prop> </group> <group oor:name="Insert"> <info> |