summaryrefslogtreecommitdiffstats
path: root/scp2/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-01 14:32:13 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-01 14:48:49 +0200
commitaf79ff7a3ccc8c116da4f400ee5ee9f9df22c63b (patch)
treeed1bc7e9266d7f42f11f2f06efc4d37cce173266 /scp2/source
parentImprove suppression of loplugin:redundantcast in CPPUNIT_ASSERT (diff)
downloadcore-af79ff7a3ccc8c116da4f400ee5ee9f9df22c63b.tar.gz
core-af79ff7a3ccc8c116da4f400ee5ee9f9df22c63b.zip
tdf#90753 scp2: move image packages to AutoInstall
Fixes regression from 73661c6f0f78964633a74f487d6bb7c0922d00dc Not sure why these need their own scp2 Module Change-Id: I26386a5105b8244eacfcb1760091e8806c55abd8
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/ooo/file_ooo.scp16
-rw-r--r--scp2/source/ooo/module_hidden_ooo.scp3
2 files changed, 2 insertions, 17 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 8e656ee9e121..bd57e8287ada 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -251,22 +251,6 @@ File gid_Starregistry_Services_Rdb
Styles = (PACKED);
End
-File gid_File_Images
- TXT_FILE_BODY;
- Dir = FILELIST_DIR;
- Name = "postprocess_images.filelist";
- Styles = (FILELIST, PACKED);
-End
-
-#ifdef WITH_HELP
-File gid_File_HelpImages
- TXT_FILE_BODY;
- Dir = FILELIST_DIR;
- Name = "postprocess_helpimages.filelist";
- Styles = (FILELIST, PACKED);
-End
-#endif
-
File gid_File_Share_Registry_Lingucomponent_Xcd
TXT_FILE_BODY;
Styles = (PACKED);
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index ac5d9fdde089..48644f36c600 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -18,6 +18,7 @@
#include "macros.inc"
#include "AutoInstall/ooo"
+#include "AutoInstall/ooo_images"
#include "AutoInstall/ooobinarytable"
#ifdef AIX
@@ -83,7 +84,7 @@ Module gid_Module_Root_Files_Images
Sortkey = "2050";
Default = YES;
Styles = (HIDDEN_ROOT);
- Files = (gid_File_Images, gid_File_HelpImages);
+ Files = (auto_ooo_images_ALL);
End
#endif