From f3583cef91c71b5cec52ffef7db602580c65ee69 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 21 Mar 2020 19:00:43 -0300 Subject: tdf#91313 Update Paste Special new features - add Paste Nested Table, Columns Before, Rows Above - add Paste Only Text, Number, Formula - Refactor Paste Special for Calc Change-Id: I56547db917863aca2402191bef934c2bba5ff619 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90864 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- AllLangHelp_shared.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'AllLangHelp_shared.mk') 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 \ -- cgit