diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-01-22 22:34:09 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-01-23 14:49:41 +0100 |
commit | 212f6e88fcee903c3d21db18e87d55df0e1c7bb0 (patch) | |
tree | 35f0c998e924604fc7a717b7418683ce9795fdae | |
parent | e2e898488f22bd638641ea45f50ef86ccf31548b (diff) |
Legacy numbering Help page
(WIP)
Change-Id: Ie9fb3ad9e557cbc824b0bc8ad33aff133506baef
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87230
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | AllLangHelp_swriter.mk | 1 | ||||
-rw-r--r-- | source/text/swriter/01/legacynumbering.xhp | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index ab55ceeaa6..c04aabe982 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -176,6 +176,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/01/06220000 \ helpcontent2/source/text/swriter/01/06990000 \ helpcontent2/source/text/swriter/01/format_object \ + helpcontent2/source/text/swriter/01/legacynumbering \ helpcontent2/source/text/swriter/01/mailmerge00 \ helpcontent2/source/text/swriter/01/mailmerge01 \ helpcontent2/source/text/swriter/01/mailmerge02 \ diff --git a/source/text/swriter/01/legacynumbering.xhp b/source/text/swriter/01/legacynumbering.xhp new file mode 100644 index 0000000000..eb72d89eb4 --- /dev/null +++ b/source/text/swriter/01/legacynumbering.xhp @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> + +<meta> + <topic id="legacynumberingxml" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Legacy Numbering in Writer</title> + <filename>/text/swriter/01/legacynumbering.xhp</filename> + </topic> +</meta> +<body> + +<bookmark xml-lang="en-US" branch="index" id="bm_id601579742532876"> +<bookmark_value>numbering;OpenOffice.org</bookmark_value> +<bookmark_value>OpenOffice.org legacy numbering</bookmark_value> +</bookmark> + +<section id="legacynumberinghead"> + <bookmark id="bm_id221579742307751" xml-lang="en-US" branch="hid/CHANGE ME" localize="false"/> + <h1 id="hd_id761579742307751"><variable id="legacynumberingh1"><link href="text/swriter/01/legacynumbering.xhp" name="legacy numbering ">Legacy Numbering in Writer</link></variable></h1> + <paragraph id="par_id751579742307751" role="paragraph"></paragraph> +</section> + +<section id="howtoget"> + +</section> +<section id="relatedtopics"> + +</section> +</body> +</helpdocument>
\ No newline at end of file |