diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2025-01-05 19:37:31 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2025-01-06 05:36:47 +0100 |
commit | 4c5a09f2ad9c2396860dc89553e4a6b31f2e0896 (patch) | |
tree | 6df66142f97c619da91797494f14868689f476b7 | |
parent | ccdc6623be9a0cd3cbae36d2f7fa6f9ec0c1ecfe (diff) |
tdf#137419 Remove Data Provider help page
Change-Id: I898f9165a27b009a379a1c3d59886981b6f9f2d5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/179810
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | AllLangHelp_scalc.mk | 1 | ||||
-rw-r--r-- | source/text/scalc/01/data_provider.xhp | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 73614b1f50..d6d91c1519 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -181,7 +181,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/cell_styles \ helpcontent2/source/text/scalc/01/calculation_accuracy \ helpcontent2/source/text/scalc/01/data_form \ - helpcontent2/source/text/scalc/01/data_provider \ helpcontent2/source/text/scalc/01/databar_more_options \ helpcontent2/source/text/scalc/01/database_table_reference \ helpcontent2/source/text/scalc/01/default_number_formats \ diff --git a/source/text/scalc/01/data_provider.xhp b/source/text/scalc/01/data_provider.xhp deleted file mode 100644 index b66f399707..0000000000 --- a/source/text/scalc/01/data_provider.xhp +++ /dev/null @@ -1,52 +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="textscalc01data_providerxml" indexer="include" status="PUBLISH"> - <title id="tit" xml-lang="en-US">Data Provider for Spreadsheet</title> - <filename>/text/scalc/01/data_provider.xhp</filename> - </topic> -</meta> - -<body> - - - <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/dataprovider/DataProviderDialog" id="bm_id240920171033409926" localize="false"/> - <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/dataprovider/@@nowidget@@" id="bm_id240920171033409926" localize="false"/> -<bookmark xml-lang="en-US" branch="index" id="bm_id240920171018528200"> -<bookmark_value>data provider;for spreadsheets</bookmark_value> -</bookmark> - -<section id="data_provider"> -<h1 id="hd_id240920171003006302"><link href="text/scalc/01/data_provider.xhp">Data Provider for Spreadsheets</link></h1> -<paragraph id="par_id240920171003293400" role="paragraph" xml-lang="en-US"><ahelp hid=".">Data Provider for Spreadsheets</ahelp></paragraph> -</section> - -<section id="howtoget"> -<paragraph id="par_id240920171007389295" role="paragraph" xml-lang="en-US">Menu <item type="menuitem">Data – Data Provider...</item></paragraph> -</section> -<embed href="text/shared/need_help.xhp#needhelp"/> - -<section id="relatedtopics"> -<paragraph id="par_id240920171007419799" role="paragraph" xml-lang="en-US">Data Provider</paragraph> -</section> -</body> - -</helpdocument> |