summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-09-06 14:51:20 +0400
committerAron Budea <aron.budea@collabora.com>2017-09-12 16:20:44 +0200
commitbb5a864f3b4aba6e5fb0ec5cc2617d94ab4d9c23 (patch)
treefe3105b82cde3a6592e41ba3966de90a101b3981
parent54bb595027197b6ffba9b95b2eafedefa03f3996 (diff)
tdf#95489 fix internal name for quotation character style
fix for a mistake in 9ab228fdd6efe9a7873e3de1bb2357531a79feac Change-Id: I5b02bcea1ff82d615e0f991654968c8079c52303 Reviewed-on: https://gerrit.libreoffice.org/41986 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Aron Budea <aron.budea@collabora.com>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu4
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 00cd8e237494..6f8043e58aab 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -2830,7 +2830,7 @@
<value>1</value>
</prop>
</node>
- <node oor:name=".uno:StyleApply?Style:string=Citation&amp;FamilyName:string=ParagraphStyles" oor:op="replace">
+ <node oor:name=".uno:StyleApply?Style:string=Quotations&amp;FamilyName:string=ParagraphStyles" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Quotations</value>
</prop>
@@ -2860,7 +2860,7 @@
<value xml:lang="en-US">~Strong Emphasis</value>
</prop>
</node>
- <node oor:name=".uno:StyleApply?Style:string=Quotation&amp;FamilyName:string=CharacterStyles" oor:op="replace">
+ <node oor:name=".uno:StyleApply?Style:string=Citation&amp;FamilyName:string=CharacterStyles" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Qu~otation</value>
</prop>