diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-16 18:11:03 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-17 14:44:05 +0200 |
commit | 614dd5fba24a70bc5b5a4cb43eb431fc4dacd3c0 (patch) | |
tree | ae5cb4323e52897d2faa4b9ef105ec4276bb174d /source/text/simpress | |
parent | f7b6ce51459426167f1f17ea209ba38707788673 (diff) |
tdf#162607 disambiguate hid2file.js, InsertAuthor
+ moved insert author to shared/
+ Document access command, delete old command paths
Change-Id: Ic2ce72a47f842b6bdaf8cdb7469beaded3f43f06
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173483
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/simpress')
-rw-r--r-- | source/text/simpress/00/00000404.xhp | 1 | ||||
-rw-r--r-- | source/text/simpress/01/04990000.xhp | 6 | ||||
-rw-r--r-- | source/text/simpress/01/04990600.xhp | 43 |
3 files changed, 3 insertions, 47 deletions
diff --git a/source/text/simpress/00/00000404.xhp b/source/text/simpress/00/00000404.xhp index 06d9809a3d..bf8182787a 100644 --- a/source/text/simpress/00/00000404.xhp +++ b/source/text/simpress/00/00000404.xhp @@ -87,7 +87,6 @@ Table</emph></paragraph> <paragraph role="paragraph" id="par_id3153036"><variable id="feldbf3">Choose <emph>Insert - Field - Time (fixed)</emph></variable></paragraph> <paragraph role="paragraph" id="par_id3145590"><variable id="feldbf4">Choose <emph>Insert - Field - Time (variable)</emph></variable></paragraph> <paragraph role="paragraph" id="par_id3153935"><variable id="feldbf5">Choose <emph>Insert - Field - Page Number</emph></variable></paragraph> - <paragraph role="paragraph" id="par_id3148583"><variable id="feldbf6">Choose <emph>Insert - Field - Author</emph></variable></paragraph> <paragraph role="paragraph" id="par_id3155951"><variable id="feldbf7">Choose <emph>Insert - Field - File Name</emph></variable></paragraph> </body> </helpdocument> diff --git a/source/text/simpress/01/04990000.xhp b/source/text/simpress/01/04990000.xhp index 94e81c2117..bfe0c4092b 100644 --- a/source/text/simpress/01/04990000.xhp +++ b/source/text/simpress/01/04990000.xhp @@ -30,8 +30,8 @@ </history> </meta> <body> - - + + <section id="fields"> <bookmark xml-lang="en-US" branch="index" id="bm_id3154011"><bookmark_value>fields;in slides</bookmark_value></bookmark><h1 id="hd_id3154011"><link href="text/simpress/01/04990000.xhp">Fields</link> </h1> <paragraph role="paragraph" id="par_id3149666" xml-lang="en-US">Lists common fields that you can insert into your slide.</paragraph> @@ -44,7 +44,7 @@ <embed href="text/simpress/01/04990200.xhp#date_variable"/> <embed href="text/simpress/01/04990300.xhp#time_fixed"/> <embed href="text/simpress/01/04990400.xhp#time_variable"/> - <embed href="text/simpress/01/04990600.xhp#author"/> + <embed href="text/shared/01/InsertAuthorField.xhp#insertauthor"/> <embed href="text/simpress/01/04990500.xhp#page_number"/> <embed href="text/simpress/01/04990700.xhp#file_name"/> </body> diff --git a/source/text/simpress/01/04990600.xhp b/source/text/simpress/01/04990600.xhp deleted file mode 100644 index 6444a06bf9..0000000000 --- a/source/text/simpress/01/04990600.xhp +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - - -<!-- - * 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 . - --> - -<helpdocument version="1.0"> -<meta> -<topic id="textsimpress0104990600xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Author </title> -<filename>/text/simpress/01/04990600.xhp</filename> -</topic> -</meta> -<body> -<section id="author"> -<bookmark xml-lang="en-US" branch="index" id="bm_id3146974"><bookmark_value>authors</bookmark_value> -<bookmark_value>fields; authors</bookmark_value> -</bookmark> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertAuthorField" id="bm_id3153728" localize="false"/> -<h1 id="hd_id3146974"><link href="text/simpress/01/04990600.xhp">Author</link></h1> -<paragraph role="paragraph" id="par_id3153876" xml-lang="en-US"><ahelp hid=".uno:InsertAuthorField">Inserts the first and last names listed in the $[officename] user data into the active slide.</ahelp></paragraph> -</section> -<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US">To edit the name, choose <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01010100.xhp"><emph>$[officename] - User Data</emph></link>.</paragraph> -<section id="howtoget"> - <embed href="text/simpress/00/00000404.xhp#feldbf6"/> -</section> -</body> -</helpdocument> |