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/swriter | |
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/swriter')
-rw-r--r-- | source/text/swriter/00/00000404.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/02/18030700.xhp | 42 |
2 files changed, 1 insertions, 43 deletions
diff --git a/source/text/swriter/00/00000404.xhp b/source/text/swriter/00/00000404.xhp index e38616b5b2..2c8bbed237 100644 --- a/source/text/swriter/00/00000404.xhp +++ b/source/text/swriter/00/00000404.xhp @@ -65,7 +65,7 @@ <paragraph role="paragraph" id="par_id3149356"><variable id="pagecount_field">Choose <menuitem>Insert - Field - Page Count</menuitem></variable></paragraph> <paragraph role="paragraph" id="par_id3153003"><variable id="feldbefehlthema">Choose <menuitem>Insert - Field - Subject</menuitem></variable></paragraph> <paragraph role="paragraph" id="par_id3150016"><variable id="feldbefehltitel">Choose <menuitem>Insert - Field - Title</menuitem></variable></paragraph> -<paragraph role="paragraph" id="par_id3150564"><variable id="feldbefehlautor">Choose <menuitem>Insert - Field - First Author</menuitem></variable></paragraph> + <section id="insert_more_fields"> <paragraph role="paragraph" id="par_id3148386">Choose <menuitem>Insert - Field - More Fields</menuitem></paragraph> <paragraph role="paragraph" id="par_id3155990"><switchinline select="sys"><caseinline select="MAC">Command diff --git a/source/text/swriter/02/18030700.xhp b/source/text/swriter/02/18030700.xhp deleted file mode 100644 index 1e6f676030..0000000000 --- a/source/text/swriter/02/18030700.xhp +++ /dev/null @@ -1,42 +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="textswriter0218030700xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">First Author (field)</title> -<filename>/text/swriter/02/18030700.xhp</filename> -</topic> -<history> -<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -</history> -</meta> -<body> -<section id="author"> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertAuthorField" id="bm_id3154838" localize="false"/> -<h1 id="hd_id3154505"><link href="text/swriter/02/18030700.xhp">First Author (field)</link></h1> -<paragraph role="paragraph" id="par_id3152896" xml-lang="en-US"><ahelp hid=".uno:InsertAuthorField">Inserts the name of the person who created the document here as a field.</ahelp> The field applies the entry made under <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href="text/shared/optionen/01010100.xhp"><emph>$[officename] - User data</emph></link>.</paragraph> -</section> -<section id="howtoget"> - <embed href="text/swriter/00/00000404.xhp#feldbefehlautor"/> -</section> -</body> -</helpdocument> |