summaryrefslogtreecommitdiff
path: root/AllLangPackage_html_media_lang.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-12-30 10:22:44 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-12-30 20:02:55 +0100
commit39313533e9503da346ac626e6480faa8d21a64c4 (patch)
tree444bd8425f1904cf8bd94fb23559447b347cee05 /AllLangPackage_html_media_lang.mk
parent1d0961caddb984150ce61d21200d5b08aefa3084 (diff)
Add screenshot for enhanced animation effects
Change-Id: I51750fb6c756cca0b700f2dde49702b4143f5a34 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/85997 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangPackage_html_media_lang.mk')
-rw-r--r--AllLangPackage_html_media_lang.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangPackage_html_media_lang.mk b/AllLangPackage_html_media_lang.mk
index b3a5bb9344..e1025d1e50 100644
--- a/AllLangPackage_html_media_lang.mk
+++ b/AllLangPackage_html_media_lang.mk
@@ -254,6 +254,7 @@ $(foreach lang,$(filter-out en-US,$(gb_HELP_LANGS)),$(eval $(call gb_AllLangPack
screenshots/modules/simpress/ui/masterlayoutdlg/$(lang)/MasterLayoutDialog.png \
screenshots/modules/simpress/ui/customslideshows/$(lang)/CustomSlideShows.png \
screenshots/modules/simpress/ui/definecustomslideshow/$(lang)/DefineCustomSlideShow.png \
+ screenshots/modules/simpress/ui/customanimationeffecttab/$(lang)/EffectTab.png \
screenshots/cui/ui/optviewpage/$(lang)/OptViewPage.png \
screenshots/cui/ui/optfltrpage/$(lang)/OptFltrPage.png \
screenshots/cui/ui/opthtmlpage/$(lang)/OptHtmlPage.png \
tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/documentfragment.cxx
AgeCommit message (Collapse)Author
2024-05-16loplugin:ostr in unoxmlNoel Grandin
Change-Id: Iffacc269c97371597188254b44623c011d1cf9db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167729 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-01-19tdf#153039 unoxml: replace root element of CDocument throwsMichael Stahl
XForms replace doesn't work because: CDocument::IsChildTypeAllowed() tests that the document node does not already have an element child, because only one is allowed - but when called from CNode::replaceChild(), the existing child will be removed, so that needs to be allowed to proceed (check that removed child is also element). (regression from commit c5db3b93ee1058bd20ebcde2e757b52b9a67b74a) Change-Id: I167de3462f4d1934dbf8404ad395349897cfd981 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145757 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>