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 /sw/uiconfig | |
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 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/optcomparison.ui | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/optcomparison.ui b/sw/uiconfig/swriter/ui/optcomparison.ui index deee8c9d8b89..f2042941bb90 100644 --- a/sw/uiconfig/swriter/ui/optcomparison.ui +++ b/sw/uiconfig/swriter/ui/optcomparison.ui @@ -175,6 +175,25 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="storeRSID"> + <property name="label" translatable="yes">Store RSID</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="image_position">right</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> + <placeholder/> + </child> + <child> <placeholder/> </child> </object> |