diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2019-05-02 22:00:06 +0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-05-02 22:12:14 +0200 |
commit | 0c1a7eba29b4819f15482fa694ed70ab398de74b (patch) | |
tree | 4a72a97ca7cfa837571d2eec38cc9ed04d2f4a25 /AllLangHelp_simpress.mk | |
parent | 578f74466fcbf2dca537859e73064bfb4583928a (diff) |
tdf#102265 Decouple some Impress/Draw Slide/Page material
Convenient way to do renames:
find . \( -name '*.xhp' -or -name '*.mk' \) -exec \
sed -i 's/sdraw\/main0104/sdraw\/main_insert/g' {} +
Change-Id: I3a8a59ac57ca3b29219962fc503f1d7ba5230a6d
Reviewed-on: https://gerrit.libreoffice.org/71703
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_simpress.mk')
-rw-r--r-- | AllLangHelp_simpress.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AllLangHelp_simpress.mk b/AllLangHelp_simpress.mk index 35eed8e684..528db4b55a 100644 --- a/AllLangHelp_simpress.mk +++ b/AllLangHelp_simpress.mk @@ -55,7 +55,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\ helpcontent2/source/text/simpress/01/03151200 \ helpcontent2/source/text/simpress/01/03152000 \ helpcontent2/source/text/simpress/01/03180000 \ - helpcontent2/source/text/simpress/01/04010000 \ + helpcontent2/source/text/simpress/01/new_slide \ helpcontent2/source/text/simpress/01/04020000 \ helpcontent2/source/text/simpress/01/04030000 \ helpcontent2/source/text/simpress/01/04030000m \ |