From 125ea721e1988bb815ef8c72ef58d00938e3e45a Mon Sep 17 00:00:00 2001 From: TiagoSantos Date: Mon, 1 May 2017 21:58:40 +0100 Subject: document /italic/ and -strikeout- markup added in commit https://gerrit.libreoffice.org/#/c/31076/ former changes verified in: https://bugs.documentfoundation.org/show_bug.cgi?id=83037 Change-Id: I4b5973137edbec7bb430264867bf55b766248e1f Reviewed-on: https://gerrit.libreoffice.org/37127 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 9 +++++---- officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'officecfg/registry') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 7bad088a2d5b..367d45d676d9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1260,12 +1260,13 @@ - + Specifies if text should be formatted in bold or underlined when - the corresponding characters are entered (*bold*, _underline_). - + the corresponding characters are entered (*bold*, /italic/, -strikeout-, + _underline_). + true diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index e17bd6d6a486..7a21b5bbd344 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -4250,9 +4250,9 @@ - + - Specifies whether text is formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_). + Specifies whether text is formatted in bold or underlined when the corresponding characters are entered (*bold*, /italic/, -strikeout-, _underline_). true -- cgit