diff options
author | Dione Maddern <dionemaddern@gmail.com> | 2024-06-17 20:14:12 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-06-18 14:17:31 +0200 |
commit | 2f70c8aa2a700cad40257f020998c8dce5ed3dda (patch) | |
tree | 6683d207f8eacee201ea14ddae63dd3b17d73ff7 /AllLangHelp_shared.mk | |
parent | 4c8b04c8d9d3a2367bb3205b852f2d7b75082f90 (diff) |
tdf#118588 Relevant help information for Impress Insert Table
Created a new file text/shared/01/insert_table.xhp
- Moved help content for Insert > Insert Table in Impress and Draw from text/simpress/01/04080100.xhp to a new file.
- Moved hid bookmarks from text/simpress/01/04080100.xhp and text/swriter/01/04150000.xhp to the new file. Even though these are technically different ui components, they all use the same HID and pressing F1 or Help was opening the help file for Writer.
- Embedded relevant help content for Writer to avoid retransalation.
Deleted text/simpress/01/04080100.xhp
In AllLangHelp_shared.mk
- Added a reference to text/shared/01/insert_table.xhp
In AllLangHelp_simpress.mk
- Removed the reference to text/simpress/01/04080100.xhp
In text/simpress/guide/table_insert.xhp
- Changed title and H1 to make it clearer that the article is about both Tables and Spreadsheets.
In text/simpress/main0104.xhp
- Added variable tags so that the page can be more easily linked from other pages
In text/simpress/00/00000404.xhp
- Updated howtoget information to include information for the TabUI
Change-Id: I16626a0bb467e475571185571348f26ce745af8c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/169013
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 71002db590..9499cd1e8f 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -372,6 +372,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/InsertColumnsBefore \ helpcontent2/source/text/shared/01/InsertRowsAfter \ helpcontent2/source/text/shared/01/InsertRowsBefore \ + helpcontent2/source/text/shared/01/insert_table \ helpcontent2/source/text/shared/01/mediaplayer \ helpcontent2/source/text/shared/01/menu_edit_find \ helpcontent2/source/text/shared/01/menu_view_sidebar \ |