diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-06-11 06:08:38 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-06-13 15:37:32 +0200 |
commit | 90b083bd8e922ec4adf245aedfff14c6c6c01bf6 (patch) | |
tree | 5fd564a3a99cedab981cf782afdcb85c403e191d /officecfg | |
parent | f6f68fc3c599ef1bbc27f1b5a4a0980611502e31 (diff) |
tdf#95489 use internal name for quotation character style
Change-Id: I48ecac1d75cbf30cc73cdcb5a3be0d91b295694f
Reviewed-on: https://gerrit.libreoffice.org/38655
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 28819bb19e55..20704835e0f7 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2945,7 +2945,7 @@ <value>1</value> </prop> </node> - <node oor:name=".uno:StyleApply?Style:string=Quotation&FamilyName:string=CharacterStyles" oor:op="replace"> + <node oor:name=".uno:StyleApply?Style:string=Citation&FamilyName:string=CharacterStyles" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Qu~otation</value> </prop> |