diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2016-03-21 23:48:05 +0100 |
---|---|---|
committer | Olivier Hallot <ohallot@collabora.co.uk> | 2016-03-25 09:02:26 +0000 |
commit | a367b5ee9d109a611f8684a46b9254de73ec4af8 (patch) | |
tree | 3913ffca9957c7723214d84a96c19218b84b4dc9 /source/text/simpress/00 | |
parent | de40cf2cd0acf0bcd2512bca652cacd683128fba (diff) |
tdf#92825 adjust menu path to Slide - New Page/Slide
Change-Id: I2f34d6dc88a0337294c6aafe35e25e1a7d474bc8
Reviewed-on: https://gerrit.libreoffice.org/23418
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
Diffstat (limited to 'source/text/simpress/00')
-rw-r--r-- | source/text/simpress/00/00000404.xhp | 18 | ||||
-rw-r--r-- | source/text/simpress/00/slide_menu.xhp | 53 |
2 files changed, 54 insertions, 17 deletions
diff --git a/source/text/simpress/00/00000404.xhp b/source/text/simpress/00/00000404.xhp index 7afb2b8108..d6e8ca1b78 100644 --- a/source/text/simpress/00/00000404.xhp +++ b/source/text/simpress/00/00000404.xhp @@ -32,23 +32,7 @@ <body> <paragraph role="heading" id="hd_id3143219" xml-lang="en-US" level="1" l10n="U" oldref="1">Insert Menu</paragraph> <section id="efgste"> -<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="CHG" oldref="2">Choose <emph>Insert - Slide</emph><comment>UFI: will be changed "SO later" to Page (for Draw)</comment></paragraph> -<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US" l10n="CHG" oldref="3">On the <emph>Presentation</emph> bar, click</paragraph> -<section id="syseiteeinf"> -<table id="tbl_id3149664"> -<tablerow> -<tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3145251" xml-lang="en-US" l10n="E"> -<image id="img_id3151073" src="cmd/sc_insertdoc.png" width="0.222inch" height="0.222inch"><alt id="alt_id3151073" xml-lang="en-US">Icon</alt> - </image></paragraph> -</tablecell> -<tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US" l10n="CHG" oldref="4">Slide</paragraph> -</tablecell> -</tablerow> -</table> - -</section> +<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US">Choose <emph>Insert - New Page/Slide</emph></paragraph> </section> <paragraph role="paragraph" id="par_id3155064" xml-lang="en-US" l10n="CHG" oldref="5"><variable id="seiteduplizieren">Choose <emph>Insert - Duplicate Slide</emph> </variable><comment>UFI: will be changed "SO later" to Page (for Draw)</comment></paragraph> diff --git a/source/text/simpress/00/slide_menu.xhp b/source/text/simpress/00/slide_menu.xhp new file mode 100644 index 0000000000..0f6288024a --- /dev/null +++ b/source/text/simpress/00/slide_menu.xhp @@ -0,0 +1,53 @@ +<?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/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . +--> + +<meta> + <topic id="textsimpress00slidemenuxml" indexer="exclude" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Slide Menu</title> + <filename>/text/simpress/00/slide_menu.xhp</filename> + </topic> +</meta> + +<body> + + +<section id="new_page_slide"> + +<paragraph id="par_id3134264" role="paragraph" xml-lang="en-US">Choose <emph>Slide - New Page/Slide</emph></paragraph> +<paragraph id="par_id3177597" role="paragraph" xml-lang="en-US">On the <emph>Presentation</emph> bar, click</paragraph> + +<section id="syseiteeinf"> + +<table id="tbl_id3149334"> + <tablerow> + <tablecell> + <paragraph id="par_id3685251" role="paragraph" xml-lang="en-US"> <image id="img_id3183073" src="cmd/sc_insertdoc.png" width="0.566cm" height="0.566cm"><alt xml-lang="en-US" id="alt_id3183073">Icon</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id7354512" role="paragraph" xml-lang="en-US">New Page/Slide</paragraph> + </tablecell> + </tablerow> +</table> + +</section> +</section> +</body> + +</helpdocument>
\ No newline at end of file |