diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-09-23 21:31:38 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2017-09-26 13:56:48 +0200 |
commit | 86c5c812b030cea6753b298a70146375c5d58175 (patch) | |
tree | 96408bee2b285f94337e948c039aac1a4c8a70c0 /officecfg | |
parent | 0b4bf5840e15e56cf5ebcda06fe567cd8ca0034c (diff) |
TSCP: paragraph classification dialog
Change-Id: I3a5f201f9ed28452ee7392cb30aebf21955f3620
Reviewed-on: https://gerrit.libreoffice.org/42737
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
1 files changed, 5 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 f7a6f30818ce..3b127de80501 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6404,6 +6404,11 @@ <value xml:lang="en-US">Classification Dialog</value> </prop> </node> + <node oor:name=".uno:ParagraphClassificationDialog" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Paragraph Classification Dialog</value> + </prop> + </node> <node oor:name=".uno:EditSelectMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Select</value> |