diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-28 21:44:09 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-29 02:47:02 +0200 |
commit | 5b56a1033406ebde26e98f2e9dbb843b7b93e73d (patch) | |
tree | 286302c6871e6e5847a199e83ad59a8a592b9006 /source/text/scalc | |
parent | fb0675b83b007afc59e919dea066889d19d44044 (diff) |
Housekeeping navigation of Tools menu
tdf#155875
tdf#155876
tdf#155877
tdf#155878
Change-Id: I899bb3c5d91645381a868fb8184dba045022a118
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157392
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc')
-rw-r--r-- | source/text/scalc/main0100.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/main0106.xhp | 71 |
2 files changed, 1 insertions, 72 deletions
diff --git a/source/text/scalc/main0100.xhp b/source/text/scalc/main0100.xhp index 79efe9947e..1412ec6141 100644 --- a/source/text/scalc/main0100.xhp +++ b/source/text/scalc/main0100.xhp @@ -40,7 +40,7 @@ <embed href="text/scalc/main0105.xhp#format"/> <embed href="text/scalc/main0116.xhp#sheet"/> <embed href="text/scalc/main0112.xhp#data"/> -<embed href="text/scalc/main0106.xhp#tools"/> +<embed href="text/shared/main_tools.xhp#tools_menu"/> <embed href="text/scalc/main0107.xhp#window"/> <embed href="text/shared/main0108.xhp#help"/> </body> diff --git a/source/text/scalc/main0106.xhp b/source/text/scalc/main0106.xhp deleted file mode 100644 index 9ca3069105..0000000000 --- a/source/text/scalc/main0106.xhp +++ /dev/null @@ -1,71 +0,0 @@ -<?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="textscalcmain0106xml" indexer="include"> - <title id="tit">Tools</title> - <filename>/text/scalc/main0106.xhp</filename> - </topic> -</meta> -<body> -<section id="tools"> -<h1 id="hd_id3150769"><link href="text/scalc/main0106.xhp">Tools</link></h1> -<paragraph id="par_id3150440" role="paragraph"><ahelp hid=".">The <emph>Tools</emph> menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp></paragraph> -</section> -<paragraph id="par_id3152576" role="paragraph">You can also create and assign macros and configure the look and feel of toolbars, menus, keyboard, and set the default options for $[officename] applications.</paragraph> -<embed href="text/shared/01/06990000.xhp#spelling"/> -<embed href="text/swriter/guide/auto_spellcheck.xhp#autospellcheckHead"/> -<embed href="text/swriter/guide/using_thesaurus.xhp#thesaurusHead"/> - -<embed href="text/shared/01/06010500.xhp#language"/> - -<h2 id="hd_id3154015"><link href="text/shared/01/06040000.xhp">AutoCorrect Options</link></h2> -<embed href="text/shared/01/06040000.xhp#autoko"/> - -<embed href="text/shared/guide/redaction.xhp#redaction01"/> -<embed href="text/shared/guide/auto_redact.xhp#autoredact01"/> - -<h2 id="hd_id3148488"><link href="text/shared/01/02220000.xhp">ImageMap</link></h2> -<embed href="text/shared/01/02220000.xhp#imagemaptext"/> - -<h2 id="hd_id3149122"><link href="text/scalc/01/06040000.xhp">Goal Seek</link></h2> -<embed href="text/scalc/01/06040000.xhp#zielwertsuchetext"/> -<embed href="text/scalc/01/solver.xhp#solverhead"/> -<embed href="text/scalc/01/06030000.xhp#detective"/> - -<h2 id="hd_id3155768"><link href="text/scalc/01/06050000.xhp">Scenarios</link></h2> -<embed href="text/scalc/01/06050000.xhp#szenariotext"/> - -<embed href="text/shared/menu/forms.xhp#forms_submenu_Head"/> - -<embed href="text/scalc/01/shared_spreadsheet.xhp#shared_spreadsheet_head"/> - -<embed href="text/scalc/01/06060000.xhp#protect_document"/> - -<embed href="text/shared/01/06130001.xhp#macro"/> -<embed href="text/shared/guide/dev_tools.xhp#devtoolsHead"/> - -<embed href="text/shared/01/packagemanager.xhp#packagemanager"/> - -<h2 id="hd_id3150086"><link href="text/shared/01/06140000.xhp">Customize</link></h2> -<embed href="text/shared/01/06140000.xhp#anpassen"/> -<embed href="text/shared/optionen/01000000.xhp#options"/> -</body> -</helpdocument> |