AllLangHelp_shared.mk | 1 source/text/shared/01/TipOfTheDay.xhp | 5 +++ source/text/shared/guide/tipoftheday.xhp | 43 ------------------------------- 3 files changed, 5 insertions(+), 44 deletions(-)
New commits: commit b1770981d7d8fec3d72e03bb652262cf8e02b7f1 Author: Olivier Hallot <[email protected]> AuthorDate: Tue Aug 27 15:10:47 2024 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Tue Aug 27 22:08:32 2024 +0200 Remove TOTD duplicate page + fix bookmarks for TOTD dialog Change-Id: I584f62a2202dcaccbd34c41b540b3ef9a1c56cd2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172478 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 98faeb2aaa..6569d379ca 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -821,7 +821,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/guide/template_manager \ helpcontent2/source/text/shared/guide/text_color \ helpcontent2/source/text/shared/guide/textmode_change \ - helpcontent2/source/text/shared/guide/tipoftheday \ helpcontent2/source/text/shared/guide/undo_formatting \ helpcontent2/source/text/shared/guide/usingthemes \ helpcontent2/source/text/shared/guide/version_number \ diff --git a/source/text/shared/01/TipOfTheDay.xhp b/source/text/shared/01/TipOfTheDay.xhp index 489741d244..f6043d4071 100644 --- a/source/text/shared/01/TipOfTheDay.xhp +++ b/source/text/shared/01/TipOfTheDay.xhp @@ -17,6 +17,7 @@ </meta> <body> <bookmark branch="hid/.uno:TipOfTheDay" id="bm_id881696335195594" localize="false"/> + <bookmark branch="hid/cui/ui/tipofthedaydialog/@@nowidget@@" id="bm_id161724781388409" localize="false"/> <bookmark branch="index" id="bm_id221696342632214"> <bookmark_value>tip of the day</bookmark_value> </bookmark> @@ -33,8 +34,12 @@ <bookmark branch="hid/cui/ui/tipofthedaydialog/cbShowTip" id="bm_id401696335761355" localize="false"/> <h2 id="hd_id41696335799193">Show tips on startup</h2> <paragraph role="paragraph" id="par_id541696336144323">Displays the <emph>Tip of the Day</emph> box the first time in the day you start %PRODUCTNAME and open one of its modules.</paragraph> + <bookmark branch="hid/cui/ui/tipofthedaydialog/btnNext" id="bm_id161734781388409" localize="false"/> <h2 id="hd_id501696336224725">Next Tip</h2> <paragraph role="paragraph" id="par_id311696336194109">Shows the next tip in the <emph>Tip of the Day</emph> list.</paragraph> + <bookmark branch="hid/cui/ui/tipofthedaydialog/btnOK" id="bm_id161734781388409" localize="false"/> + <h2 id="hd_id281724781594761">OK</h2> + <paragraph role="paragraph" id="par_id231724781619872">Closes the <emph>Tip of the Day</emph> dialog.</paragraph> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id481696336822023" localize="false"><embedvar href="text/shared/main0108.xhp#h1" markup="ignore"/></paragraph> </section> diff --git a/source/text/shared/guide/tipoftheday.xhp b/source/text/shared/guide/tipoftheday.xhp deleted file mode 100644 index 86f9c40b59..0000000000 --- a/source/text/shared/guide/tipoftheday.xhp +++ /dev/null @@ -1,43 +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/. - * ---> - -<meta> - <topic id="tipoftheday" indexer="include" status="PUBLISH"> - <title id="tit">Tip of the day</title> - <filename>/text/shared/guide/tipoftheday.xhp</filename> - </topic> -</meta> -<body> -<bookmark branch="hid//cui/ui/tipofthedaydialog/@@nowidget@@" id="bm_id641630843513097" localize="false"/> -<bookmark branch="index" id="bm_id961630844980165"> -<bookmark_value>tip of the day</bookmark_value> -</bookmark> -<section id="tipofthedayheader"> - <h1 id="hd_id161630843025887"><link href="text/shared/guide/tipoftheday.xhp">Tip of the Day</link></h1> - <paragraph id="par_id731630843025888" role="paragraph"><variable id="variable name"><ahelp hid="hid path or command">The Tip of the Day dialog displays useful tips for the user.</ahelp></variable></paragraph> -</section> -<section id="howtoget"> -<paragraph role="paragraph" id="par_id721630843443217">Choose <menuitem>Help - Show Tip of the day</menuitem>.</paragraph> -</section> - -<paragraph role="paragraph" id="par_id601630844290206">The set of tips is collected from several %PRODUCTNAME community web pages, and is updated on each new release of the software. </paragraph> -<note id="par_id51630844860633">The tip of the day is not specific to the current module.</note> -<h2 id="hd_id171630844295289">Show tips on startup</h2> -<paragraph role="paragraph" id="par_id711630844302059">Displays a dialog with a random tip on %PRODUCTNAME startup.</paragraph> - -<h2 id="hd_id81630844306451">Next Tip</h2> -<paragraph role="paragraph" id="par_id401630844318220">Displays another tip of the day in the same dialog.</paragraph> - -<h2 id="hd_id251630844323484">OK</h2> -<paragraph role="paragraph" id="par_id511630844327861">Close the Tip of the Day dialog.</paragraph> - -</body> -</helpdocument>
