diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-20 13:25:27 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-20 19:07:36 +0200 |
commit | 7c3eed27fda495e3b373623eb723cccb690a1470 (patch) | |
tree | 1aec6834baffccb85b6caeb482b282462e921dc8 | |
parent | 5eb66f297b2b67b0ff3b06fc027c22875f0b198a (diff) |
Reduce string repetition in XForm Help page
Change-Id: I929b44f50e430a61262e570ac745818806e99b67
Reviewed-on: https://gerrit.libreoffice.org/81172
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/01/xformsdataadd.xhp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/text/shared/01/xformsdataadd.xhp b/source/text/shared/01/xformsdataadd.xhp index a22eb22bf0..18d4882040 100644 --- a/source/text/shared/01/xformsdataadd.xhp +++ b/source/text/shared/01/xformsdataadd.xhp @@ -63,7 +63,9 @@ <paragraph xml-lang="en-US" id="par_idN1058D" role="paragraph"><ahelp hid=".">Specifies if the item must be included on the XForm.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/svx/ui/adddataitemdialog/requiredcond" id="bm_id1404156" localize="false"/> +<section id="condition"> <paragraph xml-lang="en-US" id="par_idN10590" role="paragraph"><ahelp hid=".">The <emph>Condition</emph> button opens the <link href="text/shared/01/xformsdataaddcon.xhp">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions.</ahelp></paragraph> +</section> <bookmark xml-lang="en-US" branch="hid/svx/ui/adddataitemdialog/relevant" id="bm_id8867458" localize="false"/> @@ -71,7 +73,7 @@ <paragraph xml-lang="en-US" id="par_idN105AE" role="paragraph"><ahelp hid=".">Declares the item as relevant.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/svx/ui/adddataitemdialog/relevantcond" id="bm_id3488570" localize="false"/> - <paragraph xml-lang="en-US" id="par_idN105B1" role="paragraph"><ahelp hid=".">The <emph>Condition</emph> button opens the <link href="text/shared/01/xformsdataaddcon.xhp">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions.</ahelp></paragraph> +<embed href="text/shared/01/xformsdataadd.xhp#condition"/> <bookmark xml-lang="en-US" branch="hid/svx/ui/adddataitemdialog/constraint" id="bm_id2007812" localize="false"/> @@ -87,7 +89,7 @@ <paragraph xml-lang="en-US" id="par_idN105E8" role="paragraph"><ahelp hid=".">Declares the item as read-only.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/svx/ui/adddataitemdialog/readonlycond" id="bm_id165105" localize="false"/> - <paragraph xml-lang="en-US" id="par_idN105EB" role="paragraph"><ahelp hid=".">The <emph>Condition</emph> button opens the <link href="text/shared/01/xformsdataaddcon.xhp">Add Condition</link> dialog where you can enter used namespaces and full XPath expressions.</ahelp></paragraph> +<embed href="text/shared/01/xformsdataadd.xhp#condition"/> <bookmark xml-lang="en-US" branch="hid/svx/ui/adddataitemdialog/calculate" id="bm_id6361583" localize="false"/> |