diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-10 15:04:51 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2020-12-10 15:25:33 +0100 |
commit | c9f02245818790a55c64b9dc66da43cdbb20af6a (patch) | |
tree | 38e0ba1c39471ed517049f712b11818e2c8e4d91 | |
parent | 1f5e7cbaf41f21b72713814f1517be23f933258d (diff) |
Resolves: tdf#107229 remove unreferenced file
shared/optionen/01040301.xhp was created to embed the entire
shared/optionen/standard_template.xhp so that it could be
used as a link to shared/optionen/01040300.xhp
Maybe it made sense at the time it was done, but now it
is easier to make the link in shared/optionen/01040300.xhp
to point directly to shared/optionen/standard_template.xhp,
so this file is no longer referenced by others, and its
content came entirely from shared/optionen/standard_template.xhp.
So now being deleted because it longer has any purpose.
Change-Id: I1d356930c98c17020e768d272e8560fdf066b456
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107535
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
-rw-r--r-- | source/text/shared/optionen/01040301.xhp | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/source/text/shared/optionen/01040301.xhp b/source/text/shared/optionen/01040301.xhp deleted file mode 100644 index 634f796fa1..0000000000 --- a/source/text/shared/optionen/01040301.xhp +++ /dev/null @@ -1,34 +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="textsharedoptionen01040301xml" indexer="include" status="PUBLISH"> -<title xml-lang="en-US" id="tit">Change default template</title> -<filename>/text/shared/optionen/01040301.xhp</filename> -</topic> -<history> -<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -</history> -</meta> -<body> - <h1 id="hd_id3156327" xml-lang="en-US">Change default template</h1> - <embed href="text/shared/guide/standard_template.xhp#text"/> - </body> -</helpdocument> |