diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-03-21 19:00:43 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-03-21 23:23:19 +0100 |
commit | f3583cef91c71b5cec52ffef7db602580c65ee69 (patch) | |
tree | 2ac56fbf5c024d406e97a5633b2262773b73d872 /AllLangHelp_shared.mk | |
parent | daf2f20d7b63e1fda11b3e28522ce8a3a4b0c067 (diff) |
tdf#91313 Update Paste Special new features
- add Paste Nested Table, Columns Before, Rows Above
- add Paste Only Text, Number, Formula
- Refactor Paste Special <switch> for Calc
Change-Id: I56547db917863aca2402191bef934c2bba5ff619
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90864
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 789c4cd13b..61b965b911 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -353,6 +353,11 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/packagemanager \ helpcontent2/source/text/shared/01/password_dlg \ helpcontent2/source/text/shared/01/password_main \ + helpcontent2/source/text/shared/01/pastespecialmenu \ + helpcontent2/source/text/shared/01/pasteunformatted \ + helpcontent2/source/text/shared/01/pastenestedtable \ + helpcontent2/source/text/shared/01/pasterowabove \ + helpcontent2/source/text/shared/01/pastecolumnleft \ helpcontent2/source/text/shared/01/profile_safe_mode \ helpcontent2/source/text/shared/01/ref_epub_export \ helpcontent2/source/text/shared/01/ref_pdf_export \ |