diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-08 11:01:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-08 11:01:32 +0300 |
commit | cabdacb818e56aac0a345b73e3e080d4e7b01319 (patch) | |
tree | e7be4518a2eb436a190495f7c104473d60331acb /scp2 | |
parent | 05808a285052688d7b6cabe210997da5c149b8a1 (diff) |
Don't attempt to show release notes after installing, fdo#31023
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 11 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index fde7f7001309..7321ca2a2d8c 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -807,17 +807,6 @@ End #ifdef WNT -File gid_File_Lib_relnotes - BIN_FILE_BODY; - Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY, DONTRENAMEINPATCH); - Dir = SCP2_OOO_BIN_DIR; - Name = "relnotes.dll"; -End - -#endif - -#ifdef WNT - File gid_File_Lib_Patchmsi TXT_FILE_BODY; Name = "patchmsi.dll"; diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index d7883e999ccb..e6a3ba7f9ded 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -435,7 +435,6 @@ Module gid_Module_Root_Files_5 gid_File_Lib_Lomenubar, #endif gid_File_Lib_sn_tools, - gid_File_Lib_relnotes, GID_FILE_LIB_WPD, gid_File_Lib_Mingw_GccS, gid_File_Lib_Mingw_Stdcpp, |