diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 21:17:12 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 21:17:56 +0200 |
commit | 6450d538a7734715916b512fad6f23411b50f9ff (patch) | |
tree | c1c10e2f19d1ed647820ee30693f92618fa173a8 /Package_html_media.mk | |
parent | bfd227523efa33960c419622d8ece722bfcbb521 (diff) |
Revert "Add screenshot for CTL option page"
This reverts commit bfd227523efa33960c419622d8ece722bfcbb521.
Change-Id: I0a319dca59a29af1cccd78da94e50738e101231d
Reviewed-on: https://gerrit.libreoffice.org/81478
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_media.mk')
-rw-r--r-- | Package_html_media.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Package_html_media.mk b/Package_html_media.mk index 9a49ead4a9..628c0ceae3 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -359,9 +359,5 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ screenshots/cui/ui/optasianpage/$(lang)/OptAsianPage.png \ ) \ - screenshots/cui/ui/optctlpage/OptCTLPage.png \ - $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ - screenshots/cui/ui/optctlpage/$(lang)/OptCTLPage.png \ - ) \ )) # vim: set noet sw=4 ts=4: |