diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2017-11-20 23:45:02 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-12-17 21:48:16 +0100 |
commit | 5afa76782d192d66711e02400987d6153ef9e5a7 (patch) | |
tree | 22b68835eebdf4a0096b2dd6f40661d4fc8b132e /officecfg | |
parent | c9a02670076afcba9157ef3a378b8c42b06301c1 (diff) |
tdf#113928 Add uno:ReadOnlyDoc command.
That uno command is opposition to uno:EditDoc command.
Change-Id: I34977a46c274574e8e44097a16c0fa8972d68559
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/45005
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index c5d9664e2aa3..c903fe8b9d21 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -2841,6 +2841,14 @@ <value>9</value> </prop> </node> + <node oor:name=".uno:ReadOnlyDoc" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Read Only Mode</value> + </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Toggle Read Only Mode</value> + </prop> + </node> <node oor:name=".uno:InsertImageControl" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Image Control</value> |